#BAC37A

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

Shades of Pine Glade #BAC37A

Tints of Pine Glade #BAC37A

Color information

#BAC37A (or 0xBAC37A) is unknown color: approx Pine Glade. HEX triplet: BA, C3 and 7A. RGB value is (186,195,122). Sum of RGB (Red+Green+Blue) = 186+195+122=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC37A is #453C85. Grayscale: #B8B8B8. Windows color (decimal): -4537478 or 8045498. OLE color: 8045498.

HSL color Cylindrical-coordinate representation of color #BAC37A: hue angle of 67.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC37A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB186195122-
CMYK0.0500.370.24
HSL67.4º37.82%62.16%-
HSV(B)67.4º37.44%76.47%-
XYZ43.2850.8725.95-
YUV183.9993.02129.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=36.98%
G=38.77%
B=24.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951220.0500.370.2467.437.8262.16
HexBAC37A50251843263e
Octal2723031725045301034676
Binary101110101100001111110101010100101110001000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC37A; }

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

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

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

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

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

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

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

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