#A8BA5D

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

Shades of Celery #A8BA5D

Tints of Celery #A8BA5D

Color information

#A8BA5D (or 0xA8BA5D) is unknown color: approx Celery. HEX triplet: A8, BA and 5D. RGB value is (168,186,93). Sum of RGB (Red+Green+Blue) = 168+186+93=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5D is #5745A2. Grayscale: #AAAAAA. Windows color (decimal): -5719459 or 6142632. OLE color: 6142632.

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

Color convert

RGB16818693-
CMYK0.1000.50.27
HSL71.61º40.26%54.71%-
HSV(B)71.61º50%72.94%-
XYZ35.6844.2317.01-
YUV170.0284.54126.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=37.58%
G=41.61%
B=20.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186930.1000.50.2771.6140.2654.71
HexA8BA5DA0321B482837
Octal25027213512062331105067
Binary1010100010111010101110110100110010110111001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA5D; }

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

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

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

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

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

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

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

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