#A2CB92

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

Shades of Gossip #A2CB92

Tints of Gossip #A2CB92

Color information

#A2CB92 (or 0xA2CB92) is unknown color: approx Gossip. HEX triplet: A2, CB and 92. RGB value is (162,203,146). Sum of RGB (Red+Green+Blue) = 162+203+146=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB92 is #5D346D. Grayscale: #B8B8B8. Windows color (decimal): -6108270 or 9620386. OLE color: 9620386.

HSL color Cylindrical-coordinate representation of color #A2CB92: hue angle of 103.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2CB92 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB162203146-
CMYK0.2000.280.20
HSL103.16º35.4%68.43%-
HSV(B)103.16º28.08%79.61%-
XYZ41.4452.4735.14-
YUV184.24106.42112.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=31.70%
G=39.73%
B=28.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031460.2000.280.20103.1635.468.43
HexA2CB921401C14672344
Octal242313222240342414743104
Binary101000101100101110010010101000111001010011001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB92; }

 p { color: rgb(162,203,146); }

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

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

 a { background-color: rgb(162,203,146); }

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

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

 span { border-color: rgb(162,203,146); }

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