#99CD8B

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

Shades of Gossip #99CD8B

Tints of Gossip #99CD8B

Color information

#99CD8B (or 0x99CD8B) is unknown color: approx Gossip. HEX triplet: 99, CD and 8B. RGB value is (153,205,139). Sum of RGB (Red+Green+Blue) = 153+205+139=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD8B is #663274. Grayscale: #B6B6B6. Windows color (decimal): -6697589 or 9162137. OLE color: 9162137.

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

Color convert

RGB153205139-
CMYK0.2500.320.20
HSL107.27º39.76%67.45%-
HSV(B)107.27º32.2%80.39%-
XYZ39.6352.332.43-
YUV181.93103.77107.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=30.78%
G=41.25%
B=27.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051390.2500.320.20107.2739.7667.45
Hex99CD8B19020146b2843
Octal231315213310402415350103
Binary1001100111001101100010111100101000001010011010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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