#A6B21E

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

Shades of Bahia #A6B21E

Tints of Bahia #A6B21E

Color information

#A6B21E (or 0xA6B21E) is unknown color: approx Bahia. HEX triplet: A6, B2 and 1E. RGB value is (166,178,30). Sum of RGB (Red+Green+Blue) = 166+178+30=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B21E is #594DE1. Grayscale: #9E9E9E. Windows color (decimal): -5852642 or 2011814. OLE color: 2011814.

HSL color Cylindrical-coordinate representation of color #A6B21E: hue angle of 64.86º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6B21E is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB16617830-
CMYK0.0700.830.30
HSL64.86º71.15%40.78%-
HSV(B)64.86º83.15%69.8%-
XYZ31.8840.047.28-
YUV157.5456.02134.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=44.39%
G=47.59%
B=8.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178300.0700.830.3064.8671.1540.78
HexA6B21E70531E414729
Octal24626236701233610110751
Binary101001101011001011110111010100111111010000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B21E; }

 p { color: rgb(166,178,30); }

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

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

 a { background-color: rgb(166,178,30); }

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

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

 span { border-color: rgb(166,178,30); }

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