#A4CB90

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

Shades of Gossip #A4CB90

Tints of Gossip #A4CB90

Color information

#A4CB90 (or 0xA4CB90) is unknown color: approx Gossip. HEX triplet: A4, CB and 90. RGB value is (164,203,144). Sum of RGB (Red+Green+Blue) = 164+203+144=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB90 is #5B346F. Grayscale: #B8B8B8. Windows color (decimal): -5977200 or 9489316. OLE color: 9489316.

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

Color convert

RGB164203144-
CMYK0.1900.290.20
HSL99.66º36.2%68.04%-
HSV(B)99.66º29.06%79.61%-
XYZ41.752.6234.34-
YUV184.61105.08113.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=32.09%
G=39.73%
B=28.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031440.1900.290.2099.6636.268.04
HexA4CB901301D14642444
Octal244313220230352414444104
Binary101001001100101110010000100110111011010011001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB90; }

 p { color: rgb(164,203,144); }

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

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

 a { background-color: rgb(164,203,144); }

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

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

 span { border-color: rgb(164,203,144); }

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