#BABB87

Color #BABB87 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BABB87

Tints of Pine Glade #BABB87

Color information

#BABB87 (or 0xBABB87) is unknown color: approx Pine Glade. HEX triplet: BA, BB and 87. RGB value is (186,187,135). Sum of RGB (Red+Green+Blue) = 186+187+135=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB87 is #454478. Grayscale: #B4B4B4. Windows color (decimal): -4539513 or 8895418. OLE color: 8895418.

HSL color Cylindrical-coordinate representation of color #BABB87: hue angle of 61.15º degrees, saturation: 0.28, 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 #BABB87 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186187135-
CMYK0.0100.280.27
HSL61.15º27.66%63.14%-
HSV(B)61.15º27.81%73.33%-
XYZ42.3947.7329.9-
YUV180.77102.17131.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=36.61%
G=36.81%
B=26.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871350.0100.280.2761.1527.6663.14
HexBABB87101C1B3d1c3f
Octal272273207103433753477
Binary10111010101110111000011110111001101111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB87; }

 p { color: rgb(186,187,135); }

 H1.HeaderClassName
 {
   color: #BABB87;
 }
 .AnyTagClassName
 {
   color: #BABB87;
 }
</style>
background-color css

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

 a { background-color: rgb(186,187,135); }

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

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

 span { border-color: rgb(186,187,135); }

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