#A8BA40

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

Shades of Celery #A8BA40

Tints of Celery #A8BA40

Color information

#A8BA40 (or 0xA8BA40) is unknown color: approx Celery. HEX triplet: A8, BA and 40. RGB value is (168,186,64). Sum of RGB (Red+Green+Blue) = 168+186+64=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA40 is #5745BF. Grayscale: #A7A7A7. Windows color (decimal): -5719488 or 4242088. OLE color: 4242088.

HSL color Cylindrical-coordinate representation of color #A8BA40: hue angle of 68.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8BA40 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB16818664-
CMYK0.1000.660.27
HSL68.85º48.8%49.02%-
HSV(B)68.85º65.59%72.94%-
XYZ34.6343.8111.48-
YUV166.7170.04128.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=40.19%
G=44.50%
B=15.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186640.1000.660.2768.8548.849.02
HexA8BA40A0421B453131
Octal250272100120102331056161
Binary10101000101110101000000101001000010110111000101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA40; }

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

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

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

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

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

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

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

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