#A1BA4C

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

Shades of Celery #A1BA4C

Tints of Celery #A1BA4C

Color information

#A1BA4C (or 0xA1BA4C) is unknown color: approx Celery. HEX triplet: A1, BA and 4C. RGB value is (161,186,76). Sum of RGB (Red+Green+Blue) = 161+186+76=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA4C is #5E45B3. Grayscale: #A6A6A6. Windows color (decimal): -6178228 or 5028513. OLE color: 5028513.

HSL color Cylindrical-coordinate representation of color #A1BA4C: hue angle of 73.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1BA4C is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB16118676-
CMYK0.1300.590.27
HSL73.64º44.35%51.37%-
HSV(B)73.64º59.14%72.94%-
XYZ33.5643.2213.41-
YUV165.9877.22124.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=38.06%
G=43.97%
B=17.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186760.1300.590.2773.6444.3551.37
HexA1BA4CD03B1B4a2c33
Octal24127211415073331125463
Binary1010000110111010100110011010111011110111001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA4C; }

 p { color: rgb(161,186,76); }

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

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

 a { background-color: rgb(161,186,76); }

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

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

 span { border-color: rgb(161,186,76); }

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