#BACC77

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

Shades of Pine Glade #BACC77

Tints of Pine Glade #BACC77

Color information

#BACC77 (or 0xBACC77) is unknown color: approx Pine Glade. HEX triplet: BA, CC and 77. RGB value is (186,204,119). Sum of RGB (Red+Green+Blue) = 186+204+119=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC77 is #453388. Grayscale: #BDBDBD. Windows color (decimal): -4535177 or 7851194. OLE color: 7851194.

HSL color Cylindrical-coordinate representation of color #BACC77: hue angle of 72.71º degrees, saturation: 0.45, 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 #BACC77 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB186204119-
CMYK0.0900.420.2
HSL72.71º45.45%63.33%-
HSV(B)72.71º41.67%80%-
XYZ45.1754.9625.68-
YUV188.9388.54125.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=36.54%
G=40.08%
B=23.38%

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
Decimal1862041190.0900.420.272.7145.4563.33
HexBACC77902A14492d3f
Octal27231416711052241115577
Binary1011101011001100111011110010101010101001001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC77; }

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

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

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

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

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

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

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

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