Html Css Color HEX #BDBB80 Pine Glade

📋 copy color: '#BDBB80'

red 189 ◦ green 187 ◦ blue 128

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

Shades of Pine Glade #BDBB80

Tints of Pine Glade #BDBB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 37.5%
G = 37.1%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDBB80 (or 0xBDBB80) is known color: Pine Glade. HEX triplet: BD, BB and 80. RGB value is (189,187,128). Sum of RGB (Red+Green+Blue) = 189+187+128=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB80 is #42447F. Grayscale: #B5B5B5. Windows color (decimal): -4342912 or 8436669. OLE color: 8436669.

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

Color convert

RGB 189 187 128 -
CMYK 0 0.01 0.32 0.26
HSL 58.03º 0.32% 0.62% -
HSV(B) 58.03º 0.32% 0.74% -
XYZ 42.65 47.92 27.42 -
YUV 180.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 189 187 128 0 0.01 0.32 0.26 58.03 0.32 0.62
Hex BD BB 80 0 1 20 1A 3A 20 3E
Octal 275 273 200 0 1 40 32 72 40 76
Binary 10111101 10111011 10000000 0 1 100000 11010 111010 100000 111110

Color Harmonies of #BDBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB80

Black with #BDBB80

Text Example


Text Example

White with #BDBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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