#A4B150

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

Shades of Celery #A4B150

Tints of Celery #A4B150

Color information

#A4B150 (or 0xA4B150) is unknown color: approx Celery. HEX triplet: A4, B1 and 50. RGB value is (164,177,80). Sum of RGB (Red+Green+Blue) = 164+177+80=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B150 is #5B4EAF. Grayscale: #A2A2A2. Windows color (decimal): -5983920 or 5288356. OLE color: 5288356.

HSL color Cylindrical-coordinate representation of color #A4B150: hue angle of 68.04º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4B150 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16417780-
CMYK0.0700.550.31
HSL68.04º38.34%50.39%-
HSV(B)68.04º54.8%69.41%-
XYZ32.4839.9213.58-
YUV162.0681.69129.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=38.95%
G=42.04%
B=19.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164177800.0700.550.3168.0438.3450.39
HexA4B15070371F442632
Octal2442611207067371044662
Binary101001001011000110100001110110111111111000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B150; }

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

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

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

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

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

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

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

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