#A5B150

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

Shades of Celery #A5B150

Tints of Celery #A5B150

Color information

#A5B150 (or 0xA5B150) is unknown color: approx Celery. HEX triplet: A5, B1 and 50. RGB value is (165,177,80). Sum of RGB (Red+Green+Blue) = 165+177+80=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B150 is #5A4EAF. Grayscale: #A2A2A2. Windows color (decimal): -5918384 or 5288357. OLE color: 5288357.

HSL color Cylindrical-coordinate representation of color #A5B150: hue angle of 67.42º 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 #A5B150 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16517780-
CMYK0.0700.550.31
HSL67.42º38.34%50.39%-
HSV(B)67.42º54.8%69.41%-
XYZ32.6940.0213.59-
YUV162.3581.52129.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=39.10%
G=41.94%
B=18.96%

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
Decimal165177800.0700.550.3167.4238.3450.39
HexA5B15070371F432632
Octal2452611207067371034662
Binary101001011011000110100001110110111111111000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B150; }

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

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

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

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

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

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

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

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