#A3BC50

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

Shades of Celery #A3BC50

Tints of Celery #A3BC50

Color information

#A3BC50 (or 0xA3BC50) is unknown color: approx Celery. HEX triplet: A3, BC and 50. RGB value is (163,188,80). Sum of RGB (Red+Green+Blue) = 163+188+80=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC50 is #5C43AF. Grayscale: #A8A8A8. Windows color (decimal): -6046640 or 5291171. OLE color: 5291171.

HSL color Cylindrical-coordinate representation of color #A3BC50: hue angle of 73.89º 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 #A3BC50 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB16318880-
CMYK0.1300.570.26
HSL73.89º44.63%52.55%-
HSV(B)73.89º57.45%73.73%-
XYZ34.5444.3314.33-
YUV168.2178.22124.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=37.82%
G=43.62%
B=18.56%

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
Decimal163188800.1300.570.2673.8944.6352.55
HexA3BC50D0391A4a2d35
Octal24327412015071321125565
Binary1010001110111100101000011010111001110101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BC50; }

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

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

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

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

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

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

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

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