#99CF76

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

Shades of Gossip #99CF76

Tints of Gossip #99CF76

Color information

#99CF76 (or 0x99CF76) is unknown color: approx Gossip. HEX triplet: 99, CF and 76. RGB value is (153,207,118). Sum of RGB (Red+Green+Blue) = 153+207+118=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF76 is #663089. Grayscale: #B5B5B5. Windows color (decimal): -6697098 or 7786393. OLE color: 7786393.

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

Color convert

RGB153207118-
CMYK0.2600.430.19
HSL96.4º48.11%63.73%-
HSV(B)96.4º43%81.18%-
XYZ38.7252.7125.27-
YUV180.7192.61108.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=32.01%
G=43.31%
B=24.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071180.2600.430.1996.448.1163.73
Hex99CF761A02B13603040
Octal231317166320532314060100
Binary100110011100111111101101101001010111001111000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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