#A9BF60

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

Shades of Celery #A9BF60

Tints of Celery #A9BF60

Color information

#A9BF60 (or 0xA9BF60) is unknown color: approx Celery. HEX triplet: A9, BF and 60. RGB value is (169,191,96). Sum of RGB (Red+Green+Blue) = 169+191+96=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF60 is #56409F. Grayscale: #ADADAD. Windows color (decimal): -5652640 or 6340521. OLE color: 6340521.

HSL color Cylindrical-coordinate representation of color #A9BF60: hue angle of 73.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9BF60 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB16919196-
CMYK0.1200.500.25
HSL73.89º42.6%56.27%-
HSV(B)73.89º49.74%74.9%-
XYZ37.146.5418.09-
YUV173.5984.21124.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=37.06%
G=41.89%
B=21.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191960.1200.500.2573.8942.656.27
HexA9BF60C032194a2b38
Octal25127714014062311125370
Binary1010100110111111110000011000110010110011001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF60; }

 p { color: rgb(169,191,96); }

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

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

 a { background-color: rgb(169,191,96); }

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

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

 span { border-color: rgb(169,191,96); }

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