#A8B44D

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

Shades of Celery #A8B44D

Tints of Celery #A8B44D

Color information

#A8B44D (or 0xA8B44D) is unknown color: approx Celery. HEX triplet: A8, B4 and 4D. RGB value is (168,180,77). Sum of RGB (Red+Green+Blue) = 168+180+77=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B44D is #574BB2. Grayscale: #A5A5A5. Windows color (decimal): -5721011 or 5092520. OLE color: 5092520.

HSL color Cylindrical-coordinate representation of color #A8B44D: hue angle of 66.99º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B44D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB16818077-
CMYK0.0700.570.29
HSL66.99º40.71%50.39%-
HSV(B)66.99º57.22%70.59%-
XYZ33.8141.513.25-
YUV164.6778.52130.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=39.53%
G=42.35%
B=18.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180770.0700.570.2966.9940.7150.39
HexA8B44D70391D432932
Octal2502641157071351035162
Binary101010001011010010011011110111001111011000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B44D; }

 p { color: rgb(168,180,77); }

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

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

 a { background-color: rgb(168,180,77); }

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

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

 span { border-color: rgb(168,180,77); }

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