#A9B250

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

Shades of Celery #A9B250

Tints of Celery #A9B250

Color information

#A9B250 (or 0xA9B250) is unknown color: approx Celery. HEX triplet: A9, B2 and 50. RGB value is (169,178,80). Sum of RGB (Red+Green+Blue) = 169+178+80=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B250 is #564DAF. Grayscale: #A4A4A4. Windows color (decimal): -5655984 or 5288617. OLE color: 5288617.

HSL color Cylindrical-coordinate representation of color #A9B250: hue angle of 65.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9B250 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB16917880-
CMYK0.0500.550.30
HSL65.51º38.89%50.59%-
HSV(B)65.51º55.06%69.8%-
XYZ33.7340.8513.7-
YUV164.1480.52131.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=39.58%
G=41.69%
B=18.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169178800.0500.550.3065.5138.8950.59
HexA9B25050371E422733
Octal2512621205067361024763
Binary101010011011001010100001010110111111101000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B250; }

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

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

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

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

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

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

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

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