#99C88B

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

Shades of Gossip #99C88B

Tints of Gossip #99C88B

Color information

#99C88B (or 0x99C88B) is unknown color: approx Gossip. HEX triplet: 99, C8 and 8B. RGB value is (153,200,139). Sum of RGB (Red+Green+Blue) = 153+200+139=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #99C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C88B is #663774. Grayscale: #B3B3B3. Windows color (decimal): -6698869 or 9160857. OLE color: 9160857.

HSL color Cylindrical-coordinate representation of color #99C88B: hue angle of 106.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C88B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB153200139-
CMYK0.2400.300.22
HSL106.23º35.67%66.47%-
HSV(B)106.23º30.5%78.43%-
XYZ38.4549.9432.04-
YUV178.99105.43109.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=31.10%
G=40.65%
B=28.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001390.2400.300.22106.2335.6766.47
Hex99C88B1801E166a2442
Octal231310213300362615244102
Binary100110011100100010001011110000111101011011010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,200,139); }

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

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

 a { background-color: rgb(153,200,139); }

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

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

 span { border-color: rgb(153,200,139); }

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