#BABC87

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

Shades of Pine Glade #BABC87

Tints of Pine Glade #BABC87

Color information

#BABC87 (or 0xBABC87) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 87. RGB value is (186,188,135). Sum of RGB (Red+Green+Blue) = 186+188+135=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC87 is #454378. Grayscale: #B5B5B5. Windows color (decimal): -4539257 or 8895674. OLE color: 8895674.

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

Color convert

RGB186188135-
CMYK0.0100.280.26
HSL62.26º28.34%63.33%-
HSV(B)62.26º28.19%73.73%-
XYZ42.6148.1529.97-
YUV181.36101.84131.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=36.54%
G=36.94%
B=26.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881350.0100.280.2662.2628.3463.33
HexBABC87101C1A3e1c3f
Octal272274207103432763477
Binary10111010101111001000011110111001101011111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC87; }

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

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

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

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

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

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

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

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