#A8B64F

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

Shades of Celery #A8B64F

Tints of Celery #A8B64F

Color information

#A8B64F (or 0xA8B64F) is unknown color: approx Celery. HEX triplet: A8, B6 and 4F. RGB value is (168,182,79). Sum of RGB (Red+Green+Blue) = 168+182+79=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B64F is #5749B0. Grayscale: #A6A6A6. Windows color (decimal): -5720497 or 5224104. OLE color: 5224104.

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

Color convert

RGB16818279-
CMYK0.0800.570.29
HSL68.16º41.37%51.18%-
HSV(B)68.16º56.59%71.37%-
XYZ34.2942.3513.76-
YUV166.0778.86129.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=39.16%
G=42.42%
B=18.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168182790.0800.570.2968.1641.3751.18
HexA8B64F80391D442933
Octal25026611710071351045163
Binary1010100010110110100111110000111001111011000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B64F; }

 p { color: rgb(168,182,79); }

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

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

 a { background-color: rgb(168,182,79); }

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

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

 span { border-color: rgb(168,182,79); }

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