Html Css Color HEX #99C988 Gossip

📋 copy color: '#99C988'

red 153 ◦ green 201 ◦ blue 136

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

Shades of Gossip #99C988

Tints of Gossip #99C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 31.22%
G = 41.02%
B = 27.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#99C988 (or 0x99C988) is known color: Gossip. HEX triplet: 99, C9 and 88. RGB value is (153,201,136). Sum of RGB (Red+Green+Blue) = 153+201+136=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #99C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C988 is #663677. Grayscale: #B3B3B3. Windows color (decimal): -6698616 or 8964505. OLE color: 8964505.

HSL color Cylindrical-coordinate representation of color #99C988: hue angle of 104.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99C988 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 136 -
CMYK 0.24 0 0.32 0.21
HSL 104.31º 0.38% 0.66% -
HSV(B) 104.31º 0.32% 0.79% -
XYZ 38.47 50.32 30.98 -
YUV 179.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 153 201 136 0.24 0 0.32 0.21 104.31 0.38 0.66
Hex 99 C9 88 18 0 20 15 68 26 42
Octal 231 311 210 30 0 40 25 150 46 102
Binary 10011001 11001001 10001000 11000 0 100000 10101 1101000 100110 1000010

Color Harmonies of #99C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C988

Black with #99C988

Text Example


Text Example

White with #99C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,201,136); }

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

background-color css

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

 a { background-color: rgb(153,201,136); }

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

border-color css

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

 span { border-color: rgb(153,201,136); }

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