#A0BF3B

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

Shades of Yellow Green #A0BF3B

Tints of Yellow Green #A0BF3B

Color information

#A0BF3B (or 0xA0BF3B) is unknown color: approx Yellow Green. HEX triplet: A0, BF and 3B. RGB value is (160,191,59). Sum of RGB (Red+Green+Blue) = 160+191+59=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF3B is #5F40C4. Grayscale: #A7A7A7. Windows color (decimal): -6242501 or 3915680. OLE color: 3915680.

HSL color Cylindrical-coordinate representation of color #A0BF3B: hue angle of 74.09º degrees, saturation: 0.53, 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 #A0BF3B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB16019159-
CMYK0.1600.690.25
HSL74.09º52.8%49.02%-
HSV(B)74.09º69.11%74.9%-
XYZ33.9245.0511.05-
YUV166.6867.23123.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 59 (23.44% from 255) = 14.39%
R=39.02%
G=46.59%
B=14.39%

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
Decimal160191590.1600.690.2574.0952.849.02
HexA0BF3B10045194a3531
Octal24027773200105311126561
Binary10100000101111111110111000001000101110011001010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF3B; }

 p { color: rgb(160,191,59); }

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

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

 a { background-color: rgb(160,191,59); }

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

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

 span { border-color: rgb(160,191,59); }

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