#A9B52F

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

Shades of Bahia #A9B52F

Tints of Bahia #A9B52F

Color information

#A9B52F (or 0xA9B52F) is unknown color: approx Bahia. HEX triplet: A9, B5 and 2F. RGB value is (169,181,47). Sum of RGB (Red+Green+Blue) = 169+181+47=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B52F is #564AD0. Grayscale: #A2A2A2. Windows color (decimal): -5655249 or 3126697. OLE color: 3126697.

HSL color Cylindrical-coordinate representation of color #A9B52F: hue angle of 65.37º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9B52F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB16918147-
CMYK0.0700.740.29
HSL65.37º58.77%44.71%-
HSV(B)65.37º74.03%70.98%-
XYZ33.441.698.98-
YUV162.1463.02132.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 47 (18.75% from 255) = 11.84%
R=42.57%
G=45.59%
B=11.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169181470.0700.740.2965.3758.7744.71
HexA9B52F704A1D413b2d
Octal2512655770112351017355
Binary101010011011010110111111101001010111011000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B52F; }

 p { color: rgb(169,181,47); }

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

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

 a { background-color: rgb(169,181,47); }

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

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

 span { border-color: rgb(169,181,47); }

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