#9ACA8C

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

Shades of Gossip #9ACA8C

Tints of Gossip #9ACA8C

Color information

#9ACA8C (or 0x9ACA8C) is unknown color: approx Gossip. HEX triplet: 9A, CA and 8C. RGB value is (154,202,140). Sum of RGB (Red+Green+Blue) = 154+202+140=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA8C is #653573. Grayscale: #B4B4B4. Windows color (decimal): -6632820 or 9226906. OLE color: 9226906.

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

Color convert

RGB154202140-
CMYK0.2400.310.21
HSL106.45º36.9%67.06%-
HSV(B)106.45º30.69%79.22%-
XYZ39.185132.59-
YUV180.58105.1109.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=31.05%
G=40.73%
B=28.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021400.2400.310.21106.4536.967.06
Hex9ACA8C1801F156a2543
Octal232312214300372515245103
Binary100110101100101010001100110000111111010111010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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