#BACC76

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

Shades of Pine Glade #BACC76

Tints of Pine Glade #BACC76

Color information

#BACC76 (or 0xBACC76) is unknown color: approx Pine Glade. HEX triplet: BA, CC and 76. RGB value is (186,204,118). Sum of RGB (Red+Green+Blue) = 186+204+118=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC76 is #453389. Grayscale: #BDBDBD. Windows color (decimal): -4535178 or 7785658. OLE color: 7785658.

HSL color Cylindrical-coordinate representation of color #BACC76: hue angle of 72.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACC76 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB186204118-
CMYK0.0900.420.2
HSL72.56º45.74%63.14%-
HSV(B)72.56º42.16%80%-
XYZ45.1154.9325.36-
YUV188.8188.04125.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=36.61%
G=40.16%
B=23.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041180.0900.420.272.5645.7463.14
HexBACC76902A14492e3f
Octal27231416611052241115677
Binary1011101011001100111011010010101010101001001001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC76; }

 p { color: rgb(186,204,118); }

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

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

 a { background-color: rgb(186,204,118); }

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

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

 span { border-color: rgb(186,204,118); }

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