#A5B740

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

Shades of Celery #A5B740

Tints of Celery #A5B740

Color information

#A5B740 (or 0xA5B740) is unknown color: approx Celery. HEX triplet: A5, B7 and 40. RGB value is (165,183,64). Sum of RGB (Red+Green+Blue) = 165+183+64=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B740 is #5A48BF. Grayscale: #A4A4A4. Windows color (decimal): -5916864 or 4241317. OLE color: 4241317.

HSL color Cylindrical-coordinate representation of color #A5B740: hue angle of 69.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5B740 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB16518364-
CMYK0.1000.650.28
HSL69.08º48.18%48.43%-
HSV(B)69.08º65.03%71.76%-
XYZ33.3842.2411.24-
YUV164.0571.54128.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=40.05%
G=44.42%
B=15.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183640.1000.650.2869.0848.1848.43
HexA5B740A0411C453030
Octal245267100120101341056060
Binary10100101101101111000000101001000001111001000101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B740; }

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

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

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

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

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

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

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

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