#B9BD29

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

Shades of Rio Grande #B9BD29

Tints of Rio Grande #B9BD29

Color information

#B9BD29 (or 0xB9BD29) is unknown color: approx Rio Grande. HEX triplet: B9, BD and 29. RGB value is (185,189,41). Sum of RGB (Red+Green+Blue) = 185+189+41=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD29 is #4642D6. Grayscale: #ABABAB. Windows color (decimal): -4604631 or 2735545. OLE color: 2735545.

HSL color Cylindrical-coordinate representation of color #B9BD29: hue angle of 61.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9BD29 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18518941-
CMYK0.0200.780.26
HSL61.62º64.35%45.1%-
HSV(B)61.62º78.31%74.12%-
XYZ38.6146.879.11-
YUV170.9354.67138.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 41 (16.41% from 255) = 9.88%
R=44.58%
G=45.54%
B=9.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189410.0200.780.2661.6264.3545.1
HexB9BD29204E1A3e402d
Octal2712755120116327610055
Binary10111001101111011010011001001110110101111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD29; }

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

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

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

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

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

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

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

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