#BAC774

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

Shades of Pine Glade #BAC774

Tints of Pine Glade #BAC774

Color information

#BAC774 (or 0xBAC774) is unknown color: approx Pine Glade. HEX triplet: BA, C7 and 74. RGB value is (186,199,116). Sum of RGB (Red+Green+Blue) = 186+199+116=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC774 is #45388B. Grayscale: #B9B9B9. Windows color (decimal): -4536460 or 7653306. OLE color: 7653306.

HSL color Cylindrical-coordinate representation of color #BAC774: hue angle of 69.4º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC774 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB186199116-
CMYK0.0700.420.22
HSL69.4º42.56%61.76%-
HSV(B)69.4º41.71%78.04%-
XYZ43.8352.5524.36-
YUV185.6588.69128.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=37.13%
G=39.72%
B=23.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991160.0700.420.2269.442.5661.76
HexBAC774702A16452b3e
Octal2723071647052261055376
Binary101110101100011111101001110101010101101000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC774; }

 p { color: rgb(186,199,116); }

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

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

 a { background-color: rgb(186,199,116); }

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

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

 span { border-color: rgb(186,199,116); }

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