#A6B421

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

Shades of Bahia #A6B421

Tints of Bahia #A6B421

Color information

#A6B421 (or 0xA6B421) is unknown color: approx Bahia. HEX triplet: A6, B4 and 21. RGB value is (166,180,33). Sum of RGB (Red+Green+Blue) = 166+180+33=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B421 is #594BDE. Grayscale: #9F9F9F. Windows color (decimal): -5852127 or 2208934. OLE color: 2208934.

HSL color Cylindrical-coordinate representation of color #A6B421: hue angle of 65.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6B421 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB16618033-
CMYK0.0800.820.29
HSL65.71º69.01%41.76%-
HSV(B)65.71º81.67%70.59%-
XYZ32.3240.867.62-
YUV159.0656.86132.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=43.80%
G=47.49%
B=8.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180330.0800.820.2965.7169.0141.76
HexA6B42180521D42452a
Octal246264411001223510210552
Binary10100110101101001000011000010100101110110000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B421; }

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

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

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

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

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

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

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

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