#A6BA30

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

Shades of Bahia #A6BA30

Tints of Bahia #A6BA30

Color information

#A6BA30 (or 0xA6BA30) is unknown color: approx Bahia. HEX triplet: A6, BA and 30. RGB value is (166,186,48). Sum of RGB (Red+Green+Blue) = 166+186+48=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA30 is #5945CF. Grayscale: #A4A4A4. Windows color (decimal): -5850576 or 3193510. OLE color: 3193510.

HSL color Cylindrical-coordinate representation of color #A6BA30: hue angle of 68.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6BA30 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB16618648-
CMYK0.1100.740.27
HSL68.7º58.97%45.88%-
HSV(B)68.7º74.19%72.94%-
XYZ33.8243.449.4-
YUV164.2962.37129.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 186 (73.05% from 255) = 46.5%
BLUE value IS 48 (19.14% from 255) = 12%
R=41.5%
G=46.5%
B=12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166186480.1100.740.2768.758.9745.88
HexA6BA30B04A1B453b2e
Octal24627260130112331057356
Binary1010011010111010110000101101001010110111000101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA30; }

 p { color: rgb(166,186,48); }

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

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

 a { background-color: rgb(166,186,48); }

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

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

 span { border-color: rgb(166,186,48); }

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