#A1BB50

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

Shades of Celery #A1BB50

Tints of Celery #A1BB50

Color information

#A1BB50 (or 0xA1BB50) is unknown color: approx Celery. HEX triplet: A1, BB and 50. RGB value is (161,187,80). Sum of RGB (Red+Green+Blue) = 161+187+80=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB50 is #5E44AF. Grayscale: #A7A7A7. Windows color (decimal): -6177968 or 5290913. OLE color: 5290913.

HSL color Cylindrical-coordinate representation of color #A1BB50: hue angle of 74.58º degrees, saturation: 0.44, 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 #A1BB50 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB16118780-
CMYK0.1400.570.27
HSL74.58º44.03%52.35%-
HSV(B)74.58º57.22%73.33%-
XYZ33.9243.714.24-
YUV167.0378.89123.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 43.69%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=37.62%
G=43.69%
B=18.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161187800.1400.570.2774.5844.0352.35
HexA1BB50E0391B4b2c34
Octal24127312016071331135464
Binary1010000110111011101000011100111001110111001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB50; }

 p { color: rgb(161,187,80); }

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

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

 a { background-color: rgb(161,187,80); }

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

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

 span { border-color: rgb(161,187,80); }

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