#A9B52E

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

Shades of Bahia #A9B52E

Tints of Bahia #A9B52E

Color information

#A9B52E (or 0xA9B52E) is unknown color: approx Bahia. HEX triplet: A9, B5 and 2E. RGB value is (169,181,46). Sum of RGB (Red+Green+Blue) = 169+181+46=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B52E is #564AD1. Grayscale: #A2A2A2. Windows color (decimal): -5655250 or 3061161. OLE color: 3061161.

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

Color convert

RGB16918146-
CMYK0.0700.750.29
HSL65.33º59.47%44.51%-
HSV(B)65.33º74.59%70.98%-
XYZ33.3841.688.87-
YUV162.0262.52132.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=42.68%
G=45.71%
B=11.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169181460.0700.750.2965.3359.4744.51
HexA9B52E704B1D413b2d
Octal2512655670113351017355
Binary101010011011010110111011101001011111011000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B52E; }

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

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

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

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

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

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

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

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