#A4BA3C

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

Shades of Celery #A4BA3C

Tints of Celery #A4BA3C

Color information

#A4BA3C (or 0xA4BA3C) is unknown color: approx Celery. HEX triplet: A4, BA and 3C. RGB value is (164,186,60). Sum of RGB (Red+Green+Blue) = 164+186+60=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA3C is #5B45C3. Grayscale: #A5A5A5. Windows color (decimal): -5981636 or 3979940. OLE color: 3979940.

HSL color Cylindrical-coordinate representation of color #A4BA3C: hue angle of 70.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4BA3C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB16418660-
CMYK0.1200.680.27
HSL70.48º51.22%48.24%-
HSV(B)70.48º67.74%72.94%-
XYZ33.6843.3410.86-
YUV165.0668.71127.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=40%
G=45.37%
B=14.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164186600.1200.680.2770.4851.2248.24
HexA4BA3CC0441B463330
Octal24427274140104331066360
Binary1010010010111010111100110001000100110111000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA3C; }

 p { color: rgb(164,186,60); }

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

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

 a { background-color: rgb(164,186,60); }

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

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

 span { border-color: rgb(164,186,60); }

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