#99CF8A

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

Shades of Gossip #99CF8A

Tints of Gossip #99CF8A

Color information

#99CF8A (or 0x99CF8A) is unknown color: approx Gossip. HEX triplet: 99, CF and 8A. RGB value is (153,207,138). Sum of RGB (Red+Green+Blue) = 153+207+138=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF8A is #663075. Grayscale: #B7B7B7. Windows color (decimal): -6697078 or 9097113. OLE color: 9097113.

HSL color Cylindrical-coordinate representation of color #99CF8A: hue angle of 106.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CF8A is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB153207138-
CMYK0.2600.330.19
HSL106.96º41.82%67.65%-
HSV(B)106.96º33.33%81.18%-
XYZ40.0453.2332.21-
YUV182.99102.61106.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=30.72%
G=41.57%
B=27.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071380.2600.330.19106.9641.8267.65
Hex99CF8A1A021136b2a44
Octal231317212320412315352104
Binary1001100111001111100010101101001000011001111010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CF8A; }

 p { color: rgb(153,207,138); }

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

<style>
 a { background-color: #99CF8A; }

 a { background-color: rgb(153,207,138); }

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

<style>
 span { border-color: #99CF8A; }

 span { border-color: rgb(153,207,138); }

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