#9ACA84

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

Shades of Gossip #9ACA84

Tints of Gossip #9ACA84

Color information

#9ACA84 (or 0x9ACA84) is unknown color: approx Gossip. HEX triplet: 9A, CA and 84. RGB value is (154,202,132). Sum of RGB (Red+Green+Blue) = 154+202+132=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA84 is #65357B. Grayscale: #B3B3B3. Windows color (decimal): -6632828 or 8702618. OLE color: 8702618.

HSL color Cylindrical-coordinate representation of color #9ACA84: hue angle of 101.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ACA84 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB154202132-
CMYK0.2400.350.21
HSL101.14º39.77%65.49%-
HSV(B)101.14º34.65%79.22%-
XYZ38.6150.7829.6-
YUV179.67101.1109.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=31.56%
G=41.39%
B=27.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021320.2400.350.21101.1439.7765.49
Hex9ACA841802315652841
Octal232312204300432514550101
Binary1001101011001010100001001100001000111010111001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACA84; }

 p { color: rgb(154,202,132); }

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

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

 a { background-color: rgb(154,202,132); }

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

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

 span { border-color: rgb(154,202,132); }

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