#BABC7F

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

Shades of Pine Glade #BABC7F

Tints of Pine Glade #BABC7F

Color information

#BABC7F (or 0xBABC7F) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 7F. RGB value is (186,188,127). Sum of RGB (Red+Green+Blue) = 186+188+127=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7F is #454380. Grayscale: #B4B4B4. Windows color (decimal): -4539265 or 8371386. OLE color: 8371386.

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

Color convert

RGB186188127-
CMYK0.0100.320.26
HSL61.97º31.28%61.76%-
HSV(B)61.97º32.45%73.73%-
XYZ42.0647.9427.11-
YUV180.4597.84131.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 127 (50% from 255) = 25.35%
R=37.13%
G=37.52%
B=25.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881270.0100.320.2661.9731.2861.76
HexBABC7F10201A3e1f3e
Octal272274177104032763776
Binary10111010101111001111111101000001101011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC7F; }

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

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

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

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

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

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

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

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