Html Css Color HEX #BDBB28 Rio Grande

📋 copy color: '#BDBB28'

red 189 ◦ green 187 ◦ blue 40

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

Shades of Rio Grande #BDBB28

Tints of Rio Grande #BDBB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 45.43%
G = 44.95%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDBB28 (or 0xBDBB28) is known color: Rio Grande. HEX triplet: BD, BB and 28. RGB value is (189,187,40). Sum of RGB (Red+Green+Blue) = 189+187+40=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB28 is #4244D7. Grayscale: #ABABAB. Windows color (decimal): -4343000 or 2669501. OLE color: 2669501.

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

Color convert

RGB 189 187 40 -
CMYK 0 0.01 0.79 0.26
HSL 59.19º 0.65% 0.45% -
HSV(B) 59.19º 0.79% 0.74% -
XYZ 39.14 46.51 8.92 -
YUV 170.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 189 187 40 0 0.01 0.79 0.26 59.19 0.65 0.45
Hex BD BB 28 0 1 4F 1A 3B 41 2D
Octal 275 273 50 0 1 117 32 73 101 55
Binary 10111101 10111011 101000 0 1 1001111 11010 111011 1000001 101101

Color Harmonies of #BDBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB28

Black with #BDBB28

Text Example


Text Example

White with #BDBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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