#BDBB24

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

Shades of Rio Grande #BDBB24

Tints of Rio Grande #BDBB24

Color information

#BDBB24 (or 0xBDBB24) is unknown color: approx Rio Grande. HEX triplet: BD, BB and 24. RGB value is (189,187,36). Sum of RGB (Red+Green+Blue) = 189+187+36=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB24 is #4244DB. Grayscale: #AAAAAA. Windows color (decimal): -4343004 or 2407357. OLE color: 2407357.

HSL color Cylindrical-coordinate representation of color #BDBB24: hue angle of 59.22º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDBB24 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18918736-
CMYK00.010.810.26
HSL59.22º68%44.12%-
HSV(B)59.22º80.95%74.12%-
XYZ39.0846.498.58-
YUV170.3852.16141.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 36 (14.45% from 255) = 8.74%
R=45.87%
G=45.39%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891873600.010.810.2659.226844.12
HexBDBB2401511A3b442c
Octal2752734401121327310454
Binary1011110110111011100100011010001110101110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB24; }

 p { color: rgb(189,187,36); }

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

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

 a { background-color: rgb(189,187,36); }

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

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

 span { border-color: rgb(189,187,36); }

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