Html Css Color HEX #BDBD85 Pine Glade

📋 copy color: '#BDBD85'

red 189 ◦ green 189 ◦ blue 133

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

Shades of Pine Glade #BDBD85

Tints of Pine Glade #BDBD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 36.99%
G = 36.99%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDBD85 (or 0xBDBD85) is known color: Pine Glade. HEX triplet: BD, BD and 85. RGB value is (189,189,133). Sum of RGB (Red+Green+Blue) = 189+189+133=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD85 is #42427A. Grayscale: #B6B6B6. Windows color (decimal): -4342395 or 8764861. OLE color: 8764861.

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

Color convert

RGB 189 189 133 -
CMYK 0 0 0.30 0.26
HSL 60º 0.3% 0.63% -
HSV(B) 60º 0.3% 0.74% -
XYZ 43.42 48.91 29.34 -
YUV 182.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 189 189 133 0 0 0.30 0.26 60 0.3 0.63
Hex BD BD 85 0 0 1E 1A 3C 1E 3F
Octal 275 275 205 0 0 36 32 74 36 77
Binary 10111101 10111101 10000101 0 0 11110 11010 111100 11110 111111

Color Harmonies of #BDBD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD85

Black with #BDBD85

Text Example


Text Example

White with #BDBD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD85; }

 p { color: rgb(189,189,133); }

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

background-color css

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

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

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

border-color css

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

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

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