#BABC7A

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

Shades of Pine Glade #BABC7A

Tints of Pine Glade #BABC7A

Color information

#BABC7A (or 0xBABC7A) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 7A. RGB value is (186,188,122). Sum of RGB (Red+Green+Blue) = 186+188+122=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7A is #454385. Grayscale: #B4B4B4. Windows color (decimal): -4539270 or 8043706. OLE color: 8043706.

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

Color convert

RGB186188122-
CMYK0.0100.350.26
HSL61.82º33%60.78%-
HSV(B)61.82º35.11%73.73%-
XYZ41.7547.8125.44-
YUV179.8895.34132.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=37.5%
G=37.90%
B=24.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881220.0100.350.2661.823360.78
HexBABC7A10231A3e213d
Octal272274172104332764175
Binary101110101011110011110101010001111010111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC7A; }

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

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

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

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

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

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

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

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