#A9BF45

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

Shades of Celery #A9BF45

Tints of Celery #A9BF45

Color information

#A9BF45 (or 0xA9BF45) is unknown color: approx Celery. HEX triplet: A9, BF and 45. RGB value is (169,191,69). Sum of RGB (Red+Green+Blue) = 169+191+69=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF45 is #5640BA. Grayscale: #AAAAAA. Windows color (decimal): -5652667 or 4571049. OLE color: 4571049.

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

Color convert

RGB16919169-
CMYK0.1200.640.25
HSL70.82º48.8%50.98%-
HSV(B)70.82º63.87%74.9%-
XYZ36.0746.1312.63-
YUV170.5170.71126.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=39.39%
G=44.52%
B=16.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191690.1200.640.2570.8248.850.98
HexA9BF45C04019473133
Octal251277105140100311076163
Binary10101001101111111000101110001000000110011000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF45; }

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

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

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

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

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

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

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

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