Html Css Color HEX #B9BB85 Pine Glade

📋 copy color: '#B9BB85'

red 185 ◦ green 187 ◦ blue 133

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

Shades of Pine Glade #B9BB85

Tints of Pine Glade #B9BB85

RGB

 RED value IS 185 (72.66% from 255) = 36.63%

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

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

R = 36.63%
G = 37.03%
B = 26.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B9BB85 (or 0xB9BB85) is known color: Pine Glade. HEX triplet: B9, BB and 85. RGB value is (185,187,133). Sum of RGB (Red+Green+Blue) = 185+187+133=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BB85 is #46447A. Grayscale: #B4B4B4. Windows color (decimal): -4605051 or 8764345. OLE color: 8764345.

HSL color Cylindrical-coordinate representation of color #B9BB85: hue angle of 62.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9BB85 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 187 133 -
CMYK 0.01 0 0.29 0.27
HSL 62.22º 0.28% 0.63% -
HSV(B) 62.22º 0.29% 0.73% -
XYZ 42.01 47.55 29.15 -
YUV 180.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 185 187 133 0.01 0 0.29 0.27 62.22 0.28 0.63
Hex B9 BB 85 1 0 1D 1B 3E 1C 3F
Octal 271 273 205 1 0 35 33 76 34 77
Binary 10111001 10111011 10000101 1 0 11101 11011 111110 11100 111111

Color Harmonies of #B9BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BB85

Black with #B9BB85

Text Example


Text Example

White with #B9BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BB85; }

 p { color: rgb(185,187,133); }

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

background-color css

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

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

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

border-color css

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

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

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