#99CD84

Color #99CD84 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #99CD84

Tints of Gossip #99CD84

Color information

#99CD84 (or 0x99CD84) is unknown color: approx Gossip. HEX triplet: 99, CD and 84. RGB value is (153,205,132). Sum of RGB (Red+Green+Blue) = 153+205+132=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD84 is #66327B. Grayscale: #B5B5B5. Windows color (decimal): -6697596 or 8703385. OLE color: 8703385.

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

Color convert

RGB153205132-
CMYK0.2500.360.20
HSL102.74º42.2%66.08%-
HSV(B)102.74º35.61%80.39%-
XYZ39.1352.129.82-
YUV181.13100.27107.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=31.22%
G=41.84%
B=26.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051320.2500.360.20102.7442.266.08
Hex99CD841902414672a42
Octal231315204310442414752102
Binary1001100111001101100001001100101001001010011001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99CD84;
 }
 .AnyTagClassName
 {
   color: #99CD84;
 }
</style>
background-color css

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

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

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

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

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

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