#B9BF19

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

Shades of Rio Grande #B9BF19

Tints of Rio Grande #B9BF19

Color information

#B9BF19 (or 0xB9BF19) is unknown color: approx Rio Grande. HEX triplet: B9, BF and 19. RGB value is (185,191,25). Sum of RGB (Red+Green+Blue) = 185+191+25=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BF19 is #4640E6. Grayscale: #AAAAAA. Windows color (decimal): -4604135 or 1687481. OLE color: 1687481.

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

Color convert

RGB18519125-
CMYK0.0300.870.25
HSL62.17º76.85%42.35%-
HSV(B)62.17º86.91%74.9%-
XYZ38.8147.658.07-
YUV170.2846.01138.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 25 (10.16% from 255) = 6.23%
R=46.13%
G=47.63%
B=6.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191250.0300.870.2562.1776.8542.35
HexB9BF193057193e4d2a
Octal2712773130127317611552
Binary1011100110111111110011101010111110011111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF19; }

 p { color: rgb(185,191,25); }

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

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

 a { background-color: rgb(185,191,25); }

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

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

 span { border-color: rgb(185,191,25); }

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