#b8c017

Color #B8C017 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8C017

Tints of Rio Grande #B8C017

Color information

#B8C017 (or 0xB8C017) is unknown color: approx Rio Grande. HEX triplet: B8, C0 and 17. RGB value is (184,192,23). Sum of RGB (Red+Green+Blue) = 184+192+23=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C017 is #473FE8. Grayscale: #ABABAB. Windows color (decimal): -4669417 or 1556664. OLE color: 1556664.

HSL color Cylindrical-coordinate representation of color #B8C017: hue angle of 62.84º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8C017 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18419223-
CMYK0.0400.880.25
HSL62.84º78.6%42.16%-
HSV(B)62.84º88.02%75.29%-
XYZ38.7747.958.02-
YUV170.3444.85137.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 23 (9.38% from 255) = 5.76%
R=46.12%
G=48.12%
B=5.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184192230.0400.880.2562.8478.642.16
HexB8C0174058193f4f2a
Octal2703002740130317711752
Binary10111000110000001011110001011000110011111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c017; }

 p { color: rgb(184,192,23); }

 H1.HeaderClassName
 {
   color: #b8c017;
 }
 .AnyTagClassName
 {
   color: #b8c017;
 }
</style>
background-color css

<style>
 a { background-color: #b8c017; }

 a { background-color: rgb(184,192,23); }

 div.DivClassName
 {
   background-color: #b8c017;
 }
 .BgClassName
 {
   background-color: #b8c017;
 }
</style>
border-color css

<style>
 span { border-color: #b8c017; }

 span { border-color: rgb(184,192,23); }

 td.TdClassName
 {
   border-color: #b8c017;
 }
 .TagClassName
 {
   border-color: #b8c017;
 }
</style>