#A8B04E

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

Shades of Celery #A8B04E

Tints of Celery #A8B04E

Color information

#A8B04E (or 0xA8B04E) is unknown color: approx Celery. HEX triplet: A8, B0 and 4E. RGB value is (168,176,78). Sum of RGB (Red+Green+Blue) = 168+176+78=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B04E is #574FB1. Grayscale: #A2A2A2. Windows color (decimal): -5722034 or 5157032. OLE color: 5157032.

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

Color convert

RGB16817678-
CMYK0.0500.560.31
HSL64.9º38.58%49.8%-
HSV(B)64.9º55.68%69.02%-
XYZ33.0539.9313.17-
YUV162.4480.35131.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=39.81%
G=41.71%
B=18.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176780.0500.560.3164.938.5849.8
HexA8B04E50381F412732
Octal2502601165070371014762
Binary101010001011000010011101010111000111111000001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B04E; }

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

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

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

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

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

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

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

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