#BABC7D

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

Shades of Pine Glade #BABC7D

Tints of Pine Glade #BABC7D

Color information

#BABC7D (or 0xBABC7D) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 7D. RGB value is (186,188,125). Sum of RGB (Red+Green+Blue) = 186+188+125=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7D is #454382. Grayscale: #B4B4B4. Windows color (decimal): -4539267 or 8240314. OLE color: 8240314.

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

Color convert

RGB186188125-
CMYK0.0100.340.26
HSL61.9º31.98%61.37%-
HSV(B)61.9º33.51%73.73%-
XYZ41.9347.8926.43-
YUV180.2296.84132.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=37.27%
G=37.68%
B=25.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881250.0100.340.2661.931.9861.37
HexBABC7D10221A3e203d
Octal272274175104232764075
Binary101110101011110011111011010001011010111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC7D; }

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

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

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

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

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

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

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

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