#99CB84

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

Shades of Gossip #99CB84

Tints of Gossip #99CB84

Color information

#99CB84 (or 0x99CB84) is unknown color: approx Gossip. HEX triplet: 99, CB and 84. RGB value is (153,203,132). Sum of RGB (Red+Green+Blue) = 153+203+132=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB84 is #66347B. Grayscale: #B4B4B4. Windows color (decimal): -6698108 or 8702873. OLE color: 8702873.

HSL color Cylindrical-coordinate representation of color #99CB84: hue angle of 102.25º 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 #99CB84 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB153203132-
CMYK0.2500.350.20
HSL102.25º40.57%65.69%-
HSV(B)102.25º34.98%79.61%-
XYZ38.6651.1529.67-
YUV179.96100.94108.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=31.35%
G=41.60%
B=27.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532031320.2500.350.20102.2540.5765.69
Hex99CB841902314662942
Octal231313204310432414651102
Binary1001100111001011100001001100101000111010011001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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