#A9BB2D

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

Shades of Bahia #A9BB2D

Tints of Bahia #A9BB2D

Color information

#A9BB2D (or 0xA9BB2D) is unknown color: approx Bahia. HEX triplet: A9, BB and 2D. RGB value is (169,187,45). Sum of RGB (Red+Green+Blue) = 169+187+45=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BB2D is #5644D2. Grayscale: #A5A5A5. Windows color (decimal): -5653715 or 2997161. OLE color: 2997161.

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

Color convert

RGB16918745-
CMYK0.1000.760.27
HSL67.61º61.21%45.49%-
HSV(B)67.61º75.94%73.33%-
XYZ34.6144.179.18-
YUV165.4360.04130.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=42.14%
G=46.63%
B=11.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169187450.1000.760.2767.6161.2145.49
HexA9BB2DA04C1B443d2d
Octal25127355120114331047555
Binary1010100110111011101101101001001100110111000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB2D; }

 p { color: rgb(169,187,45); }

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

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

 a { background-color: rgb(169,187,45); }

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

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

 span { border-color: rgb(169,187,45); }

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