Html Css Color HEX #BDBB83 Pine Glade

📋 copy color: '#BDBB83'

red 189 ◦ green 187 ◦ blue 131

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

Shades of Pine Glade #BDBB83

Tints of Pine Glade #BDBB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 37.28%
G = 36.88%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDBB83 (or 0xBDBB83) is known color: Pine Glade. HEX triplet: BD, BB and 83. RGB value is (189,187,131). Sum of RGB (Red+Green+Blue) = 189+187+131=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB83 is #42447C. Grayscale: #B5B5B5. Windows color (decimal): -4342909 or 8633277. OLE color: 8633277.

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

Color convert

RGB 189 187 131 -
CMYK 0 0.01 0.31 0.26
HSL 57.93º 0.31% 0.63% -
HSV(B) 57.93º 0.31% 0.74% -
XYZ 42.85 48 28.48 -
YUV 181.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 189 187 131 0 0.01 0.31 0.26 57.93 0.31 0.63
Hex BD BB 83 0 1 1F 1A 3A 1F 3F
Octal 275 273 203 0 1 37 32 72 37 77
Binary 10111101 10111011 10000011 0 1 11111 11010 111010 11111 111111

Color Harmonies of #BDBB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB83

Black with #BDBB83

Text Example


Text Example

White with #BDBB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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