#A6BD35

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

Shades of Yellow Green #A6BD35

Tints of Yellow Green #A6BD35

Color information

#A6BD35 (or 0xA6BD35) is unknown color: approx Yellow Green. HEX triplet: A6, BD and 35. RGB value is (166,189,53). Sum of RGB (Red+Green+Blue) = 166+189+53=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD35 is #5942CA. Grayscale: #A7A7A7. Windows color (decimal): -5849803 or 3521958. OLE color: 3521958.

HSL color Cylindrical-coordinate representation of color #A6BD35: hue angle of 70.15º 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 #A6BD35 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB16618953-
CMYK0.1200.720.26
HSL70.15º56.2%47.45%-
HSV(B)70.15º71.96%74.12%-
XYZ34.5744.7610.19-
YUV166.6263.88127.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 53 (21.09% from 255) = 12.99%
R=40.69%
G=46.32%
B=12.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166189530.1200.720.2670.1556.247.45
HexA6BD35C0481A46382f
Octal24627565140110321067057
Binary1010011010111101110101110001001000110101000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BD35; }

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

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

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

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

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

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

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

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