#A9BD5D

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

Shades of Celery #A9BD5D

Tints of Celery #A9BD5D

Color information

#A9BD5D (or 0xA9BD5D) is unknown color: approx Celery. HEX triplet: A9, BD and 5D. RGB value is (169,189,93). Sum of RGB (Red+Green+Blue) = 169+189+93=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD5D is #5642A2. Grayscale: #ACACAC. Windows color (decimal): -5653155 or 6143401. OLE color: 6143401.

HSL color Cylindrical-coordinate representation of color #A9BD5D: hue angle of 72.5º degrees, saturation: 0.42, 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 #A9BD5D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB16918993-
CMYK0.1100.510.26
HSL72.5º42.11%55.29%-
HSV(B)72.5º50.79%74.12%-
XYZ36.5445.6217.24-
YUV172.0883.37125.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=37.47%
G=41.91%
B=20.62%

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
Decimal169189930.1100.510.2672.542.1155.29
HexA9BD5DB0331A482a37
Octal25127513513063321105267
Binary1010100110111101101110110110110011110101001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD5D; }

 p { color: rgb(169,189,93); }

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

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

 a { background-color: rgb(169,189,93); }

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

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

 span { border-color: rgb(169,189,93); }

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