#A9BA2E

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

Shades of Bahia #A9BA2E

Tints of Bahia #A9BA2E

Color information

#A9BA2E (or 0xA9BA2E) is unknown color: approx Bahia. HEX triplet: A9, BA and 2E. RGB value is (169,186,46). Sum of RGB (Red+Green+Blue) = 169+186+46=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BA2E is #5645D1. Grayscale: #A5A5A5. Windows color (decimal): -5653970 or 3062441. OLE color: 3062441.

HSL color Cylindrical-coordinate representation of color #A9BA2E: hue angle of 67.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9BA2E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB16918646-
CMYK0.0900.750.27
HSL67.29º60.34%45.49%-
HSV(B)67.29º75.27%72.94%-
XYZ34.4143.759.22-
YUV164.9660.87130.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=42.14%
G=46.38%
B=11.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169186460.0900.750.2767.2960.3445.49
HexA9BA2E904B1B433c2d
Octal25127256110113331037455
Binary1010100110111010101110100101001011110111000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA2E; }

 p { color: rgb(169,186,46); }

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

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

 a { background-color: rgb(169,186,46); }

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

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

 span { border-color: rgb(169,186,46); }

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