#A5B240

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

Shades of Celery #A5B240

Tints of Celery #A5B240

Color information

#A5B240 (or 0xA5B240) is unknown color: approx Celery. HEX triplet: A5, B2 and 40. RGB value is (165,178,64). Sum of RGB (Red+Green+Blue) = 165+178+64=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B240 is #5A4DBF. Grayscale: #A1A1A1. Windows color (decimal): -5918144 or 4240037. OLE color: 4240037.

HSL color Cylindrical-coordinate representation of color #A5B240: hue angle of 66.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5B240 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB16517864-
CMYK0.0700.640.30
HSL66.84º47.11%47.45%-
HSV(B)66.84º64.04%69.8%-
XYZ32.3640.2110.91-
YUV161.1273.19130.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 178 (69.92% from 255) = 43.73%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=40.54%
G=43.73%
B=15.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165178640.0700.640.3066.8447.1147.45
HexA5B24070401E432f2f
Octal24526210070100361035757
Binary1010010110110010100000011101000000111101000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B240; }

 p { color: rgb(165,178,64); }

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

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

 a { background-color: rgb(165,178,64); }

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

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

 span { border-color: rgb(165,178,64); }

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