#A0BF34

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

Shades of Yellow Green #A0BF34

Tints of Yellow Green #A0BF34

Color information

#A0BF34 (or 0xA0BF34) is unknown color: approx Yellow Green. HEX triplet: A0, BF and 34. RGB value is (160,191,52). Sum of RGB (Red+Green+Blue) = 160+191+52=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF34 is #5F40CB. Grayscale: #A6A6A6. Windows color (decimal): -6242508 or 3456928. OLE color: 3456928.

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

Color convert

RGB16019152-
CMYK0.1600.730.25
HSL73.38º57.2%47.65%-
HSV(B)73.38º72.77%74.9%-
XYZ33.7544.9810.15-
YUV165.8863.73123.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=39.70%
G=47.39%
B=12.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191520.1600.730.2573.3857.247.65
HexA0BF341004919493930
Octal24027764200111311117160
Binary10100000101111111101001000001001001110011001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF34; }

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

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

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

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

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

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

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

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