#8ACA76

Color #8ACA76 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8ACA76

Tints of Gossip #8ACA76

Color information

#8ACA76 (or 0x8ACA76) is unknown color: approx Gossip. HEX triplet: 8A, CA and 76. RGB value is (138,202,118). Sum of RGB (Red+Green+Blue) = 138+202+118=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA76 is #753589. Grayscale: #ADADAD. Windows color (decimal): -7681418 or 7785098. OLE color: 7785098.

HSL color Cylindrical-coordinate representation of color #8ACA76: hue angle of 105.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACA76 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB138202118-
CMYK0.3200.420.21
HSL105.71º44.21%62.75%-
HSV(B)105.71º41.58%79.22%-
XYZ34.8748.9524.75-
YUV173.2996.8102.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=30.13%
G=44.10%
B=25.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021180.3200.420.21105.7144.2162.75
Hex8ACA762002A156a2c3f
Octal21231216640052251525477
Binary100010101100101011101101000000101010101011101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACA76; }

 p { color: rgb(138,202,118); }

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

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

 a { background-color: rgb(138,202,118); }

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

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

 span { border-color: rgb(138,202,118); }

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