Html Css Color HEX #99C882 Gossip

📋 copy color: '#99C882'

red 153 ◦ green 200 ◦ blue 130

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

Shades of Gossip #99C882

Tints of Gossip #99C882

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 31.68%
G = 41.41%
B = 26.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#99C882 (or 0x99C882) is known color: Gossip. HEX triplet: 99, C8 and 82. RGB value is (153,200,130). Sum of RGB (Red+Green+Blue) = 153+200+130=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #99C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C882 is #66377D. Grayscale: #B2B2B2. Windows color (decimal): -6698878 or 8571033. OLE color: 8571033.

HSL color Cylindrical-coordinate representation of color #99C882: hue angle of 100.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C882 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 200 130 -
CMYK 0.24 0 0.35 0.22
HSL 100.29º 0.39% 0.65% -
HSV(B) 100.29º 0.35% 0.78% -
XYZ 37.82 49.69 28.72 -
YUV 177.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 153 200 130 0.24 0 0.35 0.22 100.29 0.39 0.65
Hex 99 C8 82 18 0 23 16 64 27 41
Octal 231 310 202 30 0 43 26 144 47 101
Binary 10011001 11001000 10000010 11000 0 100011 10110 1100100 100111 1000001

Color Harmonies of #99C882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C882

Black with #99C882

Text Example


Text Example

White with #99C882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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