#A8BC55

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

Shades of Celery #A8BC55

Tints of Celery #A8BC55

Color information

#A8BC55 (or 0xA8BC55) is unknown color: approx Celery. HEX triplet: A8, BC and 55. RGB value is (168,188,85). Sum of RGB (Red+Green+Blue) = 168+188+85=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC55 is #5743AA. Grayscale: #AAAAAA. Windows color (decimal): -5718955 or 5618856. OLE color: 5618856.

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

Color convert

RGB16818885-
CMYK0.1100.550.26
HSL71.65º43.46%53.53%-
HSV(B)71.65º54.79%73.73%-
XYZ35.7744.9515.38-
YUV170.2879.87126.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=38.10%
G=42.63%
B=19.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168188850.1100.550.2671.6543.4653.53
HexA8BC55B0371A482b36
Octal25027412513067321105366
Binary1010100010111100101010110110110111110101001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC55; }

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

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

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

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

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

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

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

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