Html Css Color HEX #99D684 Gossip

📋 copy color: '#99D684'

red 153 ◦ green 214 ◦ blue 132

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

Shades of Gossip #99D684

Tints of Gossip #99D684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 30.66%
G = 42.89%
B = 26.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#99D684 (or 0x99D684) is known color: Gossip. HEX triplet: 99, D6 and 84. RGB value is (153,214,132). Sum of RGB (Red+Green+Blue) = 153+214+132=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #99D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D684 is #66297B. Grayscale: #BABABA. Windows color (decimal): -6695292 or 8705689. OLE color: 8705689.

HSL color Cylindrical-coordinate representation of color #99D684: hue angle of 104.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D684 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 214 132 -
CMYK 0.29 0 0.38 0.16
HSL 104.63º 0.5% 0.68% -
HSV(B) 104.63º 0.38% 0.84% -
XYZ 41.35 56.53 30.56 -
YUV 186.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 153 214 132 0.29 0 0.38 0.16 104.63 0.5 0.68
Hex 99 D6 84 1D 0 26 10 69 32 44
Octal 231 326 204 35 0 46 20 151 62 104
Binary 10011001 11010110 10000100 11101 0 100110 10000 1101001 110010 1000100

Color Harmonies of #99D684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D684

Black with #99D684

Text Example


Text Example

White with #99D684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,214,132); }

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

background-color css

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

 a { background-color: rgb(153,214,132); }

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

border-color css

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

 span { border-color: rgb(153,214,132); }

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