#A1BB55

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

Shades of Celery #A1BB55

Tints of Celery #A1BB55

Color information

#A1BB55 (or 0xA1BB55) is unknown color: approx Celery. HEX triplet: A1, BB and 55. RGB value is (161,187,85). Sum of RGB (Red+Green+Blue) = 161+187+85=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB55 is #5E44AA. Grayscale: #A7A7A7. Windows color (decimal): -6177963 or 5618593. OLE color: 5618593.

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

Color convert

RGB16118785-
CMYK0.1400.550.27
HSL75.29º42.86%53.33%-
HSV(B)75.29º54.55%73.33%-
XYZ34.1143.7715.25-
YUV167.681.39123.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=37.18%
G=43.19%
B=19.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161187850.1400.550.2775.2942.8653.33
HexA1BB55E0371B4b2b35
Octal24127312516067331135365
Binary1010000110111011101010111100110111110111001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB55; }

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

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

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

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

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

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

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

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