#A4BC53

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

Shades of Celery #A4BC53

Tints of Celery #A4BC53

Color information

#A4BC53 (or 0xA4BC53) is unknown color: approx Celery. HEX triplet: A4, BC and 53. RGB value is (164,188,83). Sum of RGB (Red+Green+Blue) = 164+188+83=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC53 is #5B43AC. Grayscale: #A9A9A9. Windows color (decimal): -5981101 or 5487780. OLE color: 5487780.

HSL color Cylindrical-coordinate representation of color #A4BC53: hue angle of 73.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4BC53 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB16418883-
CMYK0.1300.560.26
HSL73.71º43.93%53.14%-
HSV(B)73.71º55.85%73.73%-
XYZ34.8544.4814.93-
YUV168.8579.55124.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=37.70%
G=43.22%
B=19.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188830.1300.560.2673.7143.9353.14
HexA4BC53D0381A4a2c35
Octal24427412315070321125465
Binary1010010010111100101001111010111000110101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC53; }

 p { color: rgb(164,188,83); }

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

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

 a { background-color: rgb(164,188,83); }

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

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

 span { border-color: rgb(164,188,83); }

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