#A4BC50

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

Shades of Celery #A4BC50

Tints of Celery #A4BC50

Color information

#A4BC50 (or 0xA4BC50) is unknown color: approx Celery. HEX triplet: A4, BC and 50. RGB value is (164,188,80). Sum of RGB (Red+Green+Blue) = 164+188+80=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC50 is #5B43AF. Grayscale: #A8A8A8. Windows color (decimal): -5981104 or 5291172. OLE color: 5291172.

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

Color convert

RGB16418880-
CMYK0.1300.570.26
HSL73.33º44.63%52.55%-
HSV(B)73.33º57.45%73.73%-
XYZ34.7444.4414.34-
YUV168.5178.05124.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=37.96%
G=43.52%
B=18.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188800.1300.570.2673.3344.6352.55
HexA4BC50D0391A492d35
Octal24427412015071321115565
Binary1010010010111100101000011010111001110101001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC50; }

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

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

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

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

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

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

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

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