#9AC98B

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

Shades of Gossip #9AC98B

Tints of Gossip #9AC98B

Color information

#9AC98B (or 0x9AC98B) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 8B. RGB value is (154,201,139). Sum of RGB (Red+Green+Blue) = 154+201+139=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC98B is #653674. Grayscale: #B4B4B4. Windows color (decimal): -6633077 or 9161114. OLE color: 9161114.

HSL color Cylindrical-coordinate representation of color #9AC98B: hue angle of 105.48º degrees, saturation: 0.36, 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 #9AC98B is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB154201139-
CMYK0.2300.310.21
HSL105.48º36.47%66.67%-
HSV(B)105.48º30.85%78.82%-
XYZ38.8750.5132.13-
YUV179.88104.93109.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=31.17%
G=40.69%
B=28.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011390.2300.310.21105.4836.4766.67
Hex9AC98B1701F15692443
Octal232311213270372515144103
Binary100110101100100110001011101110111111010111010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,139); }

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

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

 a { background-color: rgb(154,201,139); }

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

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

 span { border-color: rgb(154,201,139); }

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