#A6BC35

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

Shades of Yellow Green #A6BC35

Tints of Yellow Green #A6BC35

Color information

#A6BC35 (or 0xA6BC35) is unknown color: approx Yellow Green. HEX triplet: A6, BC and 35. RGB value is (166,188,53). Sum of RGB (Red+Green+Blue) = 166+188+53=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC35 is #5943CA. Grayscale: #A6A6A6. Windows color (decimal): -5850059 or 3521702. OLE color: 3521702.

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

Color convert

RGB16618853-
CMYK0.1200.720.26
HSL69.78º56.02%47.25%-
HSV(B)69.78º71.81%73.73%-
XYZ34.3544.3310.11-
YUV166.0364.21127.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=40.79%
G=46.19%
B=13.02%

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
Decimal166188530.1200.720.2669.7856.0247.25
HexA6BC35C0481A46382f
Octal24627465140110321067057
Binary1010011010111100110101110001001000110101000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC35; }

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

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

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

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

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

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

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

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