Html Css Color HEX #BDBB29 Rio Grande

📋 copy color: '#BDBB29'

red 189 ◦ green 187 ◦ blue 41

#BDBB29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDBB29

Tints of Rio Grande #BDBB29

RGB

 RED value IS 189 (74.22% from 255) = 45.32%

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 41 (16.41% from 255) = 9.83%

R = 45.32%
G = 44.84%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDBB29 (or 0xBDBB29) is known color: Rio Grande. HEX triplet: BD, BB and 29. RGB value is (189,187,41). Sum of RGB (Red+Green+Blue) = 189+187+41=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB29 is #4244D6. Grayscale: #ABABAB. Windows color (decimal): -4342999 or 2735037. OLE color: 2735037.

HSL color Cylindrical-coordinate representation of color #BDBB29: hue angle of 59.19º 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 #BDBB29 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 41 -
CMYK 0 0.01 0.78 0.26
HSL 59.19º 0.64% 0.45% -
HSV(B) 59.19º 0.78% 0.74% -
XYZ 39.16 46.52 9.01 -
YUV 170.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 189 187 41 0 0.01 0.78 0.26 59.19 0.64 0.45
Hex BD BB 29 0 1 4E 1A 3B 40 2D
Octal 275 273 51 0 1 116 32 73 100 55
Binary 10111101 10111011 101001 0 1 1001110 11010 111011 1000000 101101

Color Harmonies of #BDBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB29

Black with #BDBB29

Text Example


Text Example

White with #BDBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB29; }

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

 H1.HeaderClassName
 {
   color: #BDBB29;
 }
 .AnyTagClassName
 {
   color: #BDBB29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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