#A9BD2D

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

Shades of Bahia #A9BD2D

Tints of Bahia #A9BD2D

Color information

#A9BD2D (or 0xA9BD2D) is unknown color: approx Bahia. HEX triplet: A9, BD and 2D. RGB value is (169,189,45). Sum of RGB (Red+Green+Blue) = 169+189+45=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD2D is #5642D2. Grayscale: #A7A7A7. Windows color (decimal): -5653203 or 2997673. OLE color: 2997673.

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

Color convert

RGB16918945-
CMYK0.1100.760.26
HSL68.33º61.54%45.88%-
HSV(B)68.33º76.19%74.12%-
XYZ35.0345.029.33-
YUV166.659.37129.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 11.17%
R=41.94%
G=46.90%
B=11.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169189450.1100.760.2668.3361.5445.88
HexA9BD2DB04C1A443e2e
Octal25127555130114321047656
Binary1010100110111101101101101101001100110101000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD2D; }

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

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

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

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

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

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

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

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