#B8BF17

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

Shades of Rio Grande #B8BF17

Tints of Rio Grande #B8BF17

Color information

#B8BF17 (or 0xB8BF17) is unknown color: approx Rio Grande. HEX triplet: B8, BF and 17. RGB value is (184,191,23). Sum of RGB (Red+Green+Blue) = 184+191+23=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BF17 is #4740E8. Grayscale: #AAAAAA. Windows color (decimal): -4669673 or 1556408. OLE color: 1556408.

HSL color Cylindrical-coordinate representation of color #B8BF17: hue angle of 62.5º 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 #B8BF17 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18419123-
CMYK0.0400.880.25
HSL62.5º78.5%41.96%-
HSV(B)62.5º87.96%74.9%-
XYZ38.5547.517.95-
YUV169.7645.18138.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 23 (9.38% from 255) = 5.78%
R=46.23%
G=47.99%
B=5.78%

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
Decimal184191230.0400.880.2562.578.541.96
HexB8BF174058193e4f2a
Octal2702772740130317611752
Binary10111000101111111011110001011000110011111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF17; }

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

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

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

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

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

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

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

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