#A5B341

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

Shades of Celery #A5B341

Tints of Celery #A5B341

Color information

#A5B341 (or 0xA5B341) is unknown color: approx Celery. HEX triplet: A5, B3 and 41. RGB value is (165,179,65). Sum of RGB (Red+Green+Blue) = 165+179+65=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B341 is #5A4CBE. Grayscale: #A2A2A2. Windows color (decimal): -5917887 or 4305829. OLE color: 4305829.

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

Color convert

RGB16517965-
CMYK0.0800.640.30
HSL67.37º46.72%47.84%-
HSV(B)67.37º63.69%70.2%-
XYZ32.5940.6211.12-
YUV161.8273.36130.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=40.34%
G=43.77%
B=15.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165179650.0800.640.3067.3746.7247.84
HexA5B34180401E432f30
Octal245263101100100361035760
Binary10100101101100111000001100001000000111101000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B341; }

 p { color: rgb(165,179,65); }

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

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

 a { background-color: rgb(165,179,65); }

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

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

 span { border-color: rgb(165,179,65); }

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