#A8BD44

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

Shades of Celery #A8BD44

Tints of Celery #A8BD44

Color information

#A8BD44 (or 0xA8BD44) is unknown color: approx Celery. HEX triplet: A8, BD and 44. RGB value is (168,189,68). Sum of RGB (Red+Green+Blue) = 168+189+68=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD44 is #5742BB. Grayscale: #A9A9A9. Windows color (decimal): -5718716 or 4505000. OLE color: 4505000.

HSL color Cylindrical-coordinate representation of color #A8BD44: hue angle of 70.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8BD44 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB16818968-
CMYK0.1100.640.26
HSL70.41º47.83%50.39%-
HSV(B)70.41º64.02%74.12%-
XYZ35.3945.1412.32-
YUV168.9371.04127.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 68 (26.95% from 255) = 16%
R=39.53%
G=44.47%
B=16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189680.1100.640.2670.4147.8350.39
HexA8BD44B0401A463032
Octal250275104130100321066062
Binary10101000101111011000100101101000000110101000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD44; }

 p { color: rgb(168,189,68); }

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

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

 a { background-color: rgb(168,189,68); }

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

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

 span { border-color: rgb(168,189,68); }

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