Html Css Color HEX #99C382 Gossip

📋 copy color: '#99C382'

red 153 ◦ green 195 ◦ blue 130

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

Shades of Gossip #99C382

Tints of Gossip #99C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.79%

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

R = 32.01%
G = 40.79%
B = 27.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#99C382 (or 0x99C382) is known color: Gossip. HEX triplet: 99, C3 and 82. RGB value is (153,195,130). Sum of RGB (Red+Green+Blue) = 153+195+130=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #99C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C382 is #663C7D. Grayscale: #AFAFAF. Windows color (decimal): -6700158 or 8569753. OLE color: 8569753.

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

Color convert

RGB 153 195 130 -
CMYK 0.22 0 0.33 0.24
HSL 98.77º 0.35% 0.64% -
HSV(B) 98.77º 0.33% 0.76% -
XYZ 36.68 47.41 28.34 -
YUV 175.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 153 195 130 0.22 0 0.33 0.24 98.77 0.35 0.64
Hex 99 C3 82 16 0 21 18 63 23 40
Octal 231 303 202 26 0 41 30 143 43 100
Binary 10011001 11000011 10000010 10110 0 100001 11000 1100011 100011 1000000

Color Harmonies of #99C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C382

Black with #99C382

Text Example


Text Example

White with #99C382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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