Html Css Color HEX #B9BA86 Pine Glade

📋 copy color: '#B9BA86'

red 185 ◦ green 186 ◦ blue 134

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

Shades of Pine Glade #B9BA86

Tints of Pine Glade #B9BA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 36.63%
G = 36.83%
B = 26.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9BA86 (or 0xB9BA86) is known color: Pine Glade. HEX triplet: B9, BA and 86. RGB value is (185,186,134). Sum of RGB (Red+Green+Blue) = 185+186+134=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA86 is #464579. Grayscale: #B3B3B3. Windows color (decimal): -4605306 or 8829625. OLE color: 8829625.

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

Color convert

RGB 185 186 134 -
CMYK 0.01 0 0.28 0.27
HSL 61.15º 0.27% 0.63% -
HSV(B) 61.15º 0.28% 0.73% -
XYZ 41.87 47.15 29.45 -
YUV 179.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 185 186 134 0.01 0 0.28 0.27 61.15 0.27 0.63
Hex B9 BA 86 1 0 1C 1B 3D 1B 3F
Octal 271 272 206 1 0 34 33 75 33 77
Binary 10111001 10111010 10000110 1 0 11100 11011 111101 11011 111111

Color Harmonies of #B9BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA86

Black with #B9BA86

Text Example


Text Example

White with #B9BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA86; }

 p { color: rgb(185,186,134); }

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

background-color css

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

 a { background-color: rgb(185,186,134); }

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

border-color css

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

 span { border-color: rgb(185,186,134); }

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