#a1bd4f

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

Shades of Celery #A1BD4F

Tints of Celery #A1BD4F

Color information

#A1BD4F (or 0xA1BD4F) is unknown color: approx Celery. HEX triplet: A1, BD and 4F. RGB value is (161,189,79). Sum of RGB (Red+Green+Blue) = 161+189+79=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD4F is #5E42B0. Grayscale: #A8A8A8. Windows color (decimal): -6177457 or 5225889. OLE color: 5225889.

HSL color Cylindrical-coordinate representation of color #A1BD4F: hue angle of 75.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1BD4F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB16118979-
CMYK0.1500.580.26
HSL75.27º45.45%52.55%-
HSV(B)75.27º58.2%74.12%-
XYZ34.3144.5414.19-
YUV168.0977.72122.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=37.53%
G=44.06%
B=18.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161189790.1500.580.2675.2745.4552.55
HexA1BD4FF03A1A4b2d35
Octal24127511717072321135565
Binary1010000110111101100111111110111010110101001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1bd4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1bd4f; }

 p { color: rgb(161,189,79); }

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

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

 a { background-color: rgb(161,189,79); }

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

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

 span { border-color: rgb(161,189,79); }

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