#A1BF3C

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

Shades of Yellow Green #A1BF3C

Tints of Yellow Green #A1BF3C

Color information

#A1BF3C (or 0xA1BF3C) is unknown color: approx Yellow Green. HEX triplet: A1, BF and 3C. RGB value is (161,191,60). Sum of RGB (Red+Green+Blue) = 161+191+60=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF3C is #5E40C3. Grayscale: #A7A7A7. Windows color (decimal): -6176964 or 3981217. OLE color: 3981217.

HSL color Cylindrical-coordinate representation of color #A1BF3C: hue angle of 73.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1BF3C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB16119160-
CMYK0.1600.690.25
HSL73.74º52.19%49.22%-
HSV(B)73.74º68.59%74.9%-
XYZ34.1445.1611.19-
YUV167.167.56123.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=39.08%
G=46.36%
B=14.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191600.1600.690.2573.7452.1949.22
HexA1BF3C10045194a3431
Octal24127774200105311126461
Binary10100001101111111111001000001000101110011001010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF3C; }

 p { color: rgb(161,191,60); }

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

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

 a { background-color: rgb(161,191,60); }

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

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

 span { border-color: rgb(161,191,60); }

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