#BABC88

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

Shades of Pine Glade #BABC88

Tints of Pine Glade #BABC88

Color information

#BABC88 (or 0xBABC88) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 88. RGB value is (186,188,136). Sum of RGB (Red+Green+Blue) = 186+188+136=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC88 is #454377. Grayscale: #B5B5B5. Windows color (decimal): -4539256 or 8961210. OLE color: 8961210.

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

Color convert

RGB186188136-
CMYK0.0100.280.26
HSL62.31º27.96%63.53%-
HSV(B)62.31º27.66%73.73%-
XYZ42.6848.1830.34-
YUV181.47102.34131.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=36.47%
G=36.86%
B=26.67%

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
Decimal1861881360.0100.280.2662.3127.9663.53
HexBABC88101C1A3e1c40
Octal2722742101034327634100
Binary101110101011110010001000101110011010111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC88; }

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

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

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

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

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

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

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

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