#A9BF5C

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

Shades of Celery #A9BF5C

Tints of Celery #A9BF5C

Color information

#A9BF5C (or 0xA9BF5C) is unknown color: approx Celery. HEX triplet: A9, BF and 5C. RGB value is (169,191,92). Sum of RGB (Red+Green+Blue) = 169+191+92=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF5C is #5640A3. Grayscale: #ADADAD. Windows color (decimal): -5652644 or 6078377. OLE color: 6078377.

HSL color Cylindrical-coordinate representation of color #A9BF5C: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9BF5C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB16919192-
CMYK0.1200.520.25
HSL73.33º43.61%55.49%-
HSV(B)73.33º51.83%74.9%-
XYZ36.9246.4717.15-
YUV173.1482.21125.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=37.39%
G=42.26%
B=20.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191920.1200.520.2573.3343.6155.49
HexA9BF5CC03419492c37
Octal25127713414064311115467
Binary1010100110111111101110011000110100110011001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF5C; }

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

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

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

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

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

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

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

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