#A1B041

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

Shades of Celery #A1B041

Tints of Celery #A1B041

Color information

#A1B041 (or 0xA1B041) is unknown color: approx Celery. HEX triplet: A1, B0 and 41. RGB value is (161,176,65). Sum of RGB (Red+Green+Blue) = 161+176+65=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B041 is #5E4FBE. Grayscale: #9F9F9F. Windows color (decimal): -6180799 or 4305057. OLE color: 4305057.

HSL color Cylindrical-coordinate representation of color #A1B041: hue angle of 68.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1B041 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB16117665-
CMYK0.0900.630.31
HSL68.11º46.06%47.25%-
HSV(B)68.11º63.07%69.02%-
XYZ31.1839.0110.89-
YUV158.8675.03129.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=40.05%
G=43.78%
B=16.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161176650.0900.630.3168.1146.0647.25
HexA1B041903F1F442e2f
Octal24126010111077371045657
Binary1010000110110000100000110010111111111111000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B041; }

 p { color: rgb(161,176,65); }

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

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

 a { background-color: rgb(161,176,65); }

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

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

 span { border-color: rgb(161,176,65); }

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