#9FCD92

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

Shades of Gossip #9FCD92

Tints of Gossip #9FCD92

Color information

#9FCD92 (or 0x9FCD92) is unknown color: approx Gossip. HEX triplet: 9F, CD and 92. RGB value is (159,205,146). Sum of RGB (Red+Green+Blue) = 159+205+146=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD92 is #60326D. Grayscale: #B8B8B8. Windows color (decimal): -6304366 or 9620895. OLE color: 9620895.

HSL color Cylindrical-coordinate representation of color #9FCD92: hue angle of 106.78º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCD92 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB159205146-
CMYK0.2200.290.20
HSL106.78º37.11%68.82%-
HSV(B)106.78º28.78%80.39%-
XYZ41.3253.1135.27-
YUV184.52106.26109.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=31.18%
G=40.20%
B=28.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051460.2200.290.20106.7837.1168.82
Hex9FCD921601D146b2545
Octal237315222260352415345105
Binary100111111100110110010010101100111011010011010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FCD92; }

 p { color: rgb(159,205,146); }

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

<style>
 a { background-color: #9FCD92; }

 a { background-color: rgb(159,205,146); }

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

<style>
 span { border-color: #9FCD92; }

 span { border-color: rgb(159,205,146); }

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