#A9BD35

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

Shades of Bahia #A9BD35

Tints of Bahia #A9BD35

Color information

#A9BD35 (or 0xA9BD35) is unknown color: approx Bahia. HEX triplet: A9, BD and 35. RGB value is (169,189,53). Sum of RGB (Red+Green+Blue) = 169+189+53=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD35 is #5642CA. Grayscale: #A8A8A8. Windows color (decimal): -5653195 or 3521961. OLE color: 3521961.

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

Color convert

RGB16918953-
CMYK0.1100.720.26
HSL68.82º56.2%47.45%-
HSV(B)68.82º71.96%74.12%-
XYZ35.245.0910.22-
YUV167.5263.37129.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=41.12%
G=45.99%
B=12.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169189530.1100.720.2668.8256.247.45
HexA9BD35B0481A45382f
Octal25127565130110321057057
Binary1010100110111101110101101101001000110101000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD35; }

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

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

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

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

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

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

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

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