#A4B950

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

Shades of Celery #A4B950

Tints of Celery #A4B950

Color information

#A4B950 (or 0xA4B950) is unknown color: approx Celery. HEX triplet: A4, B9 and 50. RGB value is (164,185,80). Sum of RGB (Red+Green+Blue) = 164+185+80=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B950 is #5B46AF. Grayscale: #A7A7A7. Windows color (decimal): -5981872 or 5290404. OLE color: 5290404.

HSL color Cylindrical-coordinate representation of color #A4B950: hue angle of 72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4B950 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB16418580-
CMYK0.1100.570.27
HSL72º42.86%51.96%-
HSV(B)72º56.76%72.55%-
XYZ34.1143.1714.12-
YUV166.7579.04126.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 185 (72.66% from 255) = 43.12%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=38.23%
G=43.12%
B=18.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164185800.1100.570.277242.8651.96
HexA4B950B0391B482b34
Octal24427112013071331105364
Binary1010010010111001101000010110111001110111001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B950; }

 p { color: rgb(164,185,80); }

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

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

 a { background-color: rgb(164,185,80); }

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

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

 span { border-color: rgb(164,185,80); }

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