#B9BF29

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

Shades of Rio Grande #B9BF29

Tints of Rio Grande #B9BF29

Color information

#B9BF29 (or 0xB9BF29) is unknown color: approx Rio Grande. HEX triplet: B9, BF and 29. RGB value is (185,191,41). Sum of RGB (Red+Green+Blue) = 185+191+41=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF29 is #4640D6. Grayscale: #ACACAC. Windows color (decimal): -4604119 or 2736057. OLE color: 2736057.

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

Color convert

RGB18519141-
CMYK0.0300.790.25
HSL62.4º64.66%45.49%-
HSV(B)62.4º78.53%74.9%-
XYZ39.0447.749.25-
YUV172.1154.01137.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 41 (16.41% from 255) = 9.83%
R=44.36%
G=45.80%
B=9.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191410.0300.790.2562.464.6645.49
HexB9BF29304F193e412d
Octal2712775130117317610155
Binary10111001101111111010011101001111110011111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF29; }

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

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

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

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

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

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

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

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