#a6d021

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

Shades of Bahia #A6D021

Tints of Bahia #A6D021

Color information

#A6D021 (or 0xA6D021) is unknown color: approx Bahia. HEX triplet: A6, D0 and 21. RGB value is (166,208,33). Sum of RGB (Red+Green+Blue) = 166+208+33=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D021 is #592FDE. Grayscale: #B0B0B0. Windows color (decimal): -5844959 or 2216102. OLE color: 2216102.

HSL color Cylindrical-coordinate representation of color #A6D021: hue angle of 74.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6D021 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB16620833-
CMYK0.2000.840.18
HSL74.4º72.61%47.25%-
HSV(B)74.4º84.13%81.57%-
XYZ38.5653.339.7-
YUV175.4947.59121.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=40.79%
G=51.11%
B=8.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166208330.2000.840.1874.472.6147.25
HexA6D02114054124a492f
Octal246320412401242211211157
Binary101001101101000010000110100010101001001010010101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6d021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6d021; }

 p { color: rgb(166,208,33); }

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

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

 a { background-color: rgb(166,208,33); }

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

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

 span { border-color: rgb(166,208,33); }

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