#99CB8E

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

Shades of Gossip #99CB8E

Tints of Gossip #99CB8E

Color information

#99CB8E (or 0x99CB8E) is unknown color: approx Gossip. HEX triplet: 99, CB and 8E. RGB value is (153,203,142). Sum of RGB (Red+Green+Blue) = 153+203+142=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB8E is #663471. Grayscale: #B5B5B5. Windows color (decimal): -6698098 or 9358233. OLE color: 9358233.

HSL color Cylindrical-coordinate representation of color #99CB8E: hue angle of 109.18º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CB8E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB153203142-
CMYK0.2500.300.20
HSL109.18º36.97%67.65%-
HSV(B)109.18º30.05%79.61%-
XYZ39.3851.4433.44-
YUV181.1105.94107.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=30.72%
G=40.76%
B=28.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532031420.2500.300.20109.1836.9767.65
Hex99CB8E1901E146d2544
Octal231313216310362415545104
Binary100110011100101110001110110010111101010011011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,203,142); }

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

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

 a { background-color: rgb(153,203,142); }

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

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

 span { border-color: rgb(153,203,142); }

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