#9AC383

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

Shades of Gossip #9AC383

Tints of Gossip #9AC383

Color information

#9AC383 (or 0x9AC383) is unknown color: approx Gossip. HEX triplet: 9A, C3 and 83. RGB value is (154,195,131). Sum of RGB (Red+Green+Blue) = 154+195+131=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC383 is #653C7C. Grayscale: #AFAFAF. Windows color (decimal): -6634621 or 8635290. OLE color: 8635290.

HSL color Cylindrical-coordinate representation of color #9AC383: hue angle of 98.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AC383 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB154195131-
CMYK0.2100.330.24
HSL98.44º34.78%63.92%-
HSV(B)98.44º32.82%76.47%-
XYZ36.9447.5428.7-
YUV175.44102.92112.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=32.08%
G=40.62%
B=27.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951310.2100.330.2498.4434.7863.92
Hex9AC3831502118622340
Octal232303203250413014243100
Binary1001101011000011100000111010101000011100011000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,131); }

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

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

 a { background-color: rgb(154,195,131); }

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

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

 span { border-color: rgb(154,195,131); }

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