#A9B450

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

Shades of Celery #A9B450

Tints of Celery #A9B450

Color information

#A9B450 (or 0xA9B450) is unknown color: approx Celery. HEX triplet: A9, B4 and 50. RGB value is (169,180,80). Sum of RGB (Red+Green+Blue) = 169+180+80=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B450 is #564BAF. Grayscale: #A5A5A5. Windows color (decimal): -5655472 or 5289129. OLE color: 5289129.

HSL color Cylindrical-coordinate representation of color #A9B450: hue angle of 66.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9B450 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB16918080-
CMYK0.0600.560.29
HSL66.6º40%50.98%-
HSV(B)66.6º55.56%70.59%-
XYZ34.1341.6613.83-
YUV165.3179.86130.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=39.39%
G=41.96%
B=18.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180800.0600.560.2966.64050.98
HexA9B45060381D432833
Octal2512641206070351035063
Binary101010011011010010100001100111000111011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B450; }

 p { color: rgb(169,180,80); }

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

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

 a { background-color: rgb(169,180,80); }

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

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

 span { border-color: rgb(169,180,80); }

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