Html Css Color HEX #99CC84 Gossip

📋 copy color: '#99CC84'

red 153 ◦ green 204 ◦ blue 132

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

Shades of Gossip #99CC84

Tints of Gossip #99CC84

RGB

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

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

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

R = 31.29%
G = 41.72%
B = 26.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#99CC84 (or 0x99CC84) is known color: Gossip. HEX triplet: 99, CC and 84. RGB value is (153,204,132). Sum of RGB (Red+Green+Blue) = 153+204+132=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC84 is #66337B. Grayscale: #B4B4B4. Windows color (decimal): -6697852 or 8703129. OLE color: 8703129.

HSL color Cylindrical-coordinate representation of color #99CC84: hue angle of 102.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CC84 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 132 -
CMYK 0.25 0 0.35 0.2
HSL 102.5º 0.41% 0.66% -
HSV(B) 102.5º 0.35% 0.8% -
XYZ 38.89 51.62 29.74 -
YUV 180.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 153 204 132 0.25 0 0.35 0.2 102.5 0.41 0.66
Hex 99 CC 84 19 0 23 14 66 29 42
Octal 231 314 204 31 0 43 24 146 51 102
Binary 10011001 11001100 10000100 11001 0 100011 10100 1100110 101001 1000010

Color Harmonies of #99CC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC84

Black with #99CC84

Text Example


Text Example

White with #99CC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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