#A8BC5D

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

Shades of Celery #A8BC5D

Tints of Celery #A8BC5D

Color information

#A8BC5D (or 0xA8BC5D) is unknown color: approx Celery. HEX triplet: A8, BC and 5D. RGB value is (168,188,93). Sum of RGB (Red+Green+Blue) = 168+188+93=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC5D is #5743A2. Grayscale: #ABABAB. Windows color (decimal): -5718947 or 6143144. OLE color: 6143144.

HSL color Cylindrical-coordinate representation of color #A8BC5D: hue angle of 72.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8BC5D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB16818893-
CMYK0.1100.510.26
HSL72.63º41.48%55.1%-
HSV(B)72.63º50.53%73.73%-
XYZ36.1145.0817.15-
YUV171.1983.87125.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=37.42%
G=41.87%
B=20.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168188930.1100.510.2672.6341.4855.1
HexA8BC5DB0331A492937
Octal25027413513063321115167
Binary1010100010111100101110110110110011110101001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC5D; }

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

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

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

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

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

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

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

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