#A4CB91

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

Shades of Gossip #A4CB91

Tints of Gossip #A4CB91

Color information

#A4CB91 (or 0xA4CB91) is unknown color: approx Gossip. HEX triplet: A4, CB and 91. RGB value is (164,203,145). Sum of RGB (Red+Green+Blue) = 164+203+145=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB91 is #5B346E. Grayscale: #B8B8B8. Windows color (decimal): -5977199 or 9554852. OLE color: 9554852.

HSL color Cylindrical-coordinate representation of color #A4CB91: hue angle of 100.34º 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 #A4CB91 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB164203145-
CMYK0.1900.290.20
HSL100.34º35.8%68.24%-
HSV(B)100.34º28.57%79.61%-
XYZ41.7852.6534.75-
YUV184.73105.58113.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=32.03%
G=39.65%
B=28.32%

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
Decimal1642031450.1900.290.20100.3435.868.24
HexA4CB911301D14642444
Octal244313221230352414444104
Binary101001001100101110010001100110111011010011001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB91; }

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

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

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

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

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

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

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

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