#9AC88C

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

Shades of Gossip #9AC88C

Tints of Gossip #9AC88C

Color information

#9AC88C (or 0x9AC88C) is unknown color: approx Gossip. HEX triplet: 9A, C8 and 8C. RGB value is (154,200,140). Sum of RGB (Red+Green+Blue) = 154+200+140=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC88C is #653773. Grayscale: #B3B3B3. Windows color (decimal): -6633332 or 9226394. OLE color: 9226394.

HSL color Cylindrical-coordinate representation of color #9AC88C: hue angle of 106º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC88C is Cyan = 0.23, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB154200140-
CMYK0.2300.30.22
HSL106º35.29%66.67%-
HSV(B)106º30%78.43%-
XYZ38.7150.0732.44-
YUV179.41105.76109.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=31.17%
G=40.49%
B=28.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001400.2300.30.2210635.2966.67
Hex9AC88C1701E166a2343
Octal232310214270362615243103
Binary100110101100100010001100101110111101011011010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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