#A3BC52

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

Shades of Celery #A3BC52

Tints of Celery #A3BC52

Color information

#A3BC52 (or 0xA3BC52) is unknown color: approx Celery. HEX triplet: A3, BC and 52. RGB value is (163,188,82). Sum of RGB (Red+Green+Blue) = 163+188+82=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC52 is #5C43AD. Grayscale: #A8A8A8. Windows color (decimal): -6046638 or 5422243. OLE color: 5422243.

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

Color convert

RGB16318882-
CMYK0.1300.560.26
HSL74.15º44.17%52.94%-
HSV(B)74.15º56.38%73.73%-
XYZ34.6144.3614.72-
YUV168.4479.22124.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=37.64%
G=43.42%
B=18.94%

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
Decimal163188820.1300.560.2674.1544.1752.94
HexA3BC52D0381A4a2c35
Octal24327412215070321125465
Binary1010001110111100101001011010111000110101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BC52; }

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

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

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

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

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

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

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

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