#A8B040

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

Shades of Celery #A8B040

Tints of Celery #A8B040

Color information

#A8B040 (or 0xA8B040) is unknown color: approx Celery. HEX triplet: A8, B0 and 40. RGB value is (168,176,64). Sum of RGB (Red+Green+Blue) = 168+176+64=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B040 is #574FBF. Grayscale: #A1A1A1. Windows color (decimal): -5722048 or 4239528. OLE color: 4239528.

HSL color Cylindrical-coordinate representation of color #A8B040: hue angle of 64.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8B040 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB16817664-
CMYK0.0500.640.31
HSL64.29º46.67%47.06%-
HSV(B)64.29º63.64%69.02%-
XYZ32.639.7510.8-
YUV160.8473.35133.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=41.18%
G=43.14%
B=15.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176640.0500.640.3164.2946.6747.06
HexA8B04050401F402f2f
Octal25026010050100371005757
Binary1010100010110000100000010101000000111111000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B040; }

 p { color: rgb(168,176,64); }

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

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

 a { background-color: rgb(168,176,64); }

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

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

 span { border-color: rgb(168,176,64); }

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