#A3BD35

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

Shades of Yellow Green #A3BD35

Tints of Yellow Green #A3BD35

Color information

#A3BD35 (or 0xA3BD35) is unknown color: approx Yellow Green. HEX triplet: A3, BD and 35. RGB value is (163,189,53). Sum of RGB (Red+Green+Blue) = 163+189+53=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD35 is #5C42CA. Grayscale: #A6A6A6. Windows color (decimal): -6046411 or 3521955. OLE color: 3521955.

HSL color Cylindrical-coordinate representation of color #A3BD35: hue angle of 71.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3BD35 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB16318953-
CMYK0.1400.720.26
HSL71.47º56.2%47.45%-
HSV(B)71.47º71.96%74.12%-
XYZ33.9444.4410.16-
YUV165.7264.39126.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=40.25%
G=46.67%
B=13.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189530.1400.720.2671.4756.247.45
HexA3BD35E0481A47382f
Octal24327565160110321077057
Binary1010001110111101110101111001001000110101000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD35; }

 p { color: rgb(163,189,53); }

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

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

 a { background-color: rgb(163,189,53); }

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

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

 span { border-color: rgb(163,189,53); }

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