#A2BD48

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

Shades of Celery #A2BD48

Tints of Celery #A2BD48

Color information

#A2BD48 (or 0xA2BD48) is unknown color: approx Celery. HEX triplet: A2, BD and 48. RGB value is (162,189,72). Sum of RGB (Red+Green+Blue) = 162+189+72=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD48 is #5D42B7. Grayscale: #A8A8A8. Windows color (decimal): -6111928 or 4767138. OLE color: 4767138.

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

Color convert

RGB16218972-
CMYK0.1400.620.26
HSL73.85º46.99%51.18%-
HSV(B)73.85º61.9%74.12%-
XYZ34.2744.5412.92-
YUV167.5974.05124.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=38.30%
G=44.68%
B=17.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189720.1400.620.2673.8546.9951.18
HexA2BD48E03E1A4a2f33
Octal24227511016076321125763
Binary1010001010111101100100011100111110110101001010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD48; }

 p { color: rgb(162,189,72); }

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

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

 a { background-color: rgb(162,189,72); }

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

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

 span { border-color: rgb(162,189,72); }

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