#A4C056

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

Shades of Celery #A4C056

Tints of Celery #A4C056

Color information

#A4C056 (or 0xA4C056) is unknown color: approx Celery. HEX triplet: A4, C0 and 56. RGB value is (164,192,86). Sum of RGB (Red+Green+Blue) = 164+192+86=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C056 is #5B3FA9. Grayscale: #ABABAB. Windows color (decimal): -5980074 or 5685412. OLE color: 5685412.

HSL color Cylindrical-coordinate representation of color #A4C056: hue angle of 75.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4C056 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB16419286-
CMYK0.1500.550.25
HSL75.85º45.69%54.51%-
HSV(B)75.85º55.21%75.29%-
XYZ35.8446.2615.84-
YUV171.5479.72122.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=37.10%
G=43.44%
B=19.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164192860.1500.550.2575.8545.6954.51
HexA4C056F037194c2e37
Octal24430012617067311145667
Binary1010010011000000101011011110110111110011001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C056; }

 p { color: rgb(164,192,86); }

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

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

 a { background-color: rgb(164,192,86); }

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

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

 span { border-color: rgb(164,192,86); }

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