Html Css Color HEX #99CC8E Gossip

📋 copy color: '#99CC8E'

red 153 ◦ green 204 ◦ blue 142

#99CC8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #99CC8E

Tints of Gossip #99CC8E

RGB

 RED value IS 153 (60.16% from 255) = 30.66%

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 142 (55.86% from 255) = 28.46%

R = 30.66%
G = 40.88%
B = 28.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#99CC8E (or 0x99CC8E) is known color: Gossip. HEX triplet: 99, CC and 8E. RGB value is (153,204,142). Sum of RGB (Red+Green+Blue) = 153+204+142=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC8E is #663371. Grayscale: #B5B5B5. Windows color (decimal): -6697842 or 9358489. OLE color: 9358489.

HSL color Cylindrical-coordinate representation of color #99CC8E: hue angle of 109.35º degrees, saturation: 0.38, 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 #99CC8E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 142 -
CMYK 0.25 0 0.30 0.2
HSL 109.35º 0.38% 0.68% -
HSV(B) 109.35º 0.3% 0.8% -
XYZ 39.61 51.91 33.52 -
YUV 181.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 153 204 142 0.25 0 0.30 0.2 109.35 0.38 0.68
Hex 99 CC 8E 19 0 1E 14 6D 26 44
Octal 231 314 216 31 0 36 24 155 46 104
Binary 10011001 11001100 10001110 11001 0 11110 10100 1101101 100110 1000100

Color Harmonies of #99CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC8E

Black with #99CC8E

Text Example


Text Example

White with #99CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99CC8E;
 }
 .AnyTagClassName
 {
   color: #99CC8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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