#A5BD49

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

Shades of Celery #A5BD49

Tints of Celery #A5BD49

Color information

#A5BD49 (or 0xA5BD49) is unknown color: approx Celery. HEX triplet: A5, BD and 49. RGB value is (165,189,73). Sum of RGB (Red+Green+Blue) = 165+189+73=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD49 is #5A42B6. Grayscale: #A9A9A9. Windows color (decimal): -5915319 or 4832677. OLE color: 4832677.

HSL color Cylindrical-coordinate representation of color #A5BD49: hue angle of 72.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5BD49 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB16518973-
CMYK0.1300.610.26
HSL72.41º46.77%51.37%-
HSV(B)72.41º61.38%74.12%-
XYZ34.9244.8813.12-
YUV168.674.05125.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=38.64%
G=44.26%
B=17.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189730.1300.610.2672.4146.7751.37
HexA5BD49D03D1A482f33
Octal24527511115075321105763
Binary1010010110111101100100111010111101110101001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD49; }

 p { color: rgb(165,189,73); }

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

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

 a { background-color: rgb(165,189,73); }

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

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

 span { border-color: rgb(165,189,73); }

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