#9ACA7B

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

Shades of Gossip #9ACA7B

Tints of Gossip #9ACA7B

Color information

#9ACA7B (or 0x9ACA7B) is unknown color: approx Gossip. HEX triplet: 9A, CA and 7B. RGB value is (154,202,123). Sum of RGB (Red+Green+Blue) = 154+202+123=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA7B is #653584. Grayscale: #B2B2B2. Windows color (decimal): -6632837 or 8112794. OLE color: 8112794.

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

Color convert

RGB154202123-
CMYK0.2400.390.21
HSL96.46º42.7%63.73%-
HSV(B)96.46º39.11%79.22%-
XYZ38.0250.5426.49-
YUV178.6496.6110.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=32.15%
G=42.17%
B=25.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021230.2400.390.2196.4642.763.73
Hex9ACA7B1802715602b40
Octal232312173300472514053100
Binary100110101100101011110111100001001111010111000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,123); }

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

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

 a { background-color: rgb(154,202,123); }

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

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

 span { border-color: rgb(154,202,123); }

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