#99CB83

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

Shades of Gossip #99CB83

Tints of Gossip #99CB83

Color information

#99CB83 (or 0x99CB83) is unknown color: approx Gossip. HEX triplet: 99, CB and 83. RGB value is (153,203,131). Sum of RGB (Red+Green+Blue) = 153+203+131=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB83 is #66347C. Grayscale: #B4B4B4. Windows color (decimal): -6698109 or 8637337. OLE color: 8637337.

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

Color convert

RGB153203131-
CMYK0.2500.350.20
HSL101.67º40.91%65.49%-
HSV(B)101.67º35.47%79.61%-
XYZ38.5951.1229.31-
YUV179.84100.44108.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=31.42%
G=41.68%
B=26.90%

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
Decimal1532031310.2500.350.20101.6740.9165.49
Hex99CB831902314662941
Octal231313203310432414651101
Binary1001100111001011100000111100101000111010011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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