#A8BD60

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

Shades of Celery #A8BD60

Tints of Celery #A8BD60

Color information

#A8BD60 (or 0xA8BD60) is unknown color: approx Celery. HEX triplet: A8, BD and 60. RGB value is (168,189,96). Sum of RGB (Red+Green+Blue) = 168+189+96=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD60 is #57429F. Grayscale: #ACACAC. Windows color (decimal): -5718688 or 6340008. OLE color: 6340008.

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

Color convert

RGB16818996-
CMYK0.1100.490.26
HSL73.55º41.33%55.88%-
HSV(B)73.55º49.21%74.12%-
XYZ36.4645.5617.94-
YUV172.1285.04125.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=37.09%
G=41.72%
B=21.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189960.1100.490.2673.5541.3355.88
HexA8BD60B0311A4a2938
Octal25027514013061321125170
Binary1010100010111101110000010110110001110101001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD60; }

 p { color: rgb(168,189,96); }

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

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

 a { background-color: rgb(168,189,96); }

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

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

 span { border-color: rgb(168,189,96); }

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