#9AC38B

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

Shades of Gossip #9AC38B

Tints of Gossip #9AC38B

Color information

#9AC38B (or 0x9AC38B) is unknown color: approx Gossip. HEX triplet: 9A, C3 and 8B. RGB value is (154,195,139). Sum of RGB (Red+Green+Blue) = 154+195+139=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC38B is #653C74. Grayscale: #B0B0B0. Windows color (decimal): -6634613 or 9159578. OLE color: 9159578.

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

Color convert

RGB154195139-
CMYK0.2100.290.24
HSL103.93º31.82%65.49%-
HSV(B)103.93º28.72%76.47%-
XYZ37.547.7631.67-
YUV176.36106.92112.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=31.56%
G=39.96%
B=28.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951390.2100.290.24103.9331.8265.49
Hex9AC38B1501D18682041
Octal232303213250353015040101
Binary100110101100001110001011101010111011100011010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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