#BABC81

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

Shades of Pine Glade #BABC81

Tints of Pine Glade #BABC81

Color information

#BABC81 (or 0xBABC81) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 81. RGB value is (186,188,129). Sum of RGB (Red+Green+Blue) = 186+188+129=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC81 is #45437E. Grayscale: #B4B4B4. Windows color (decimal): -4539263 or 8502458. OLE color: 8502458.

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

Color convert

RGB186188129-
CMYK0.0100.310.26
HSL62.03º30.57%62.16%-
HSV(B)62.03º31.38%73.73%-
XYZ42.247.9927.81-
YUV180.6898.84131.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=36.98%
G=37.38%
B=25.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881290.0100.310.2662.0330.5762.16
HexBABC81101F1A3e1f3e
Octal272274201103732763776
Binary10111010101111001000000110111111101011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC81; }

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

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

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

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

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

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

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

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