#A5B52E

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

Shades of Bahia #A5B52E

Tints of Bahia #A5B52E

Color information

#A5B52E (or 0xA5B52E) is unknown color: approx Bahia. HEX triplet: A5, B5 and 2E. RGB value is (165,181,46). Sum of RGB (Red+Green+Blue) = 165+181+46=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B52E is #5A4AD1. Grayscale: #A1A1A1. Windows color (decimal): -5917394 or 3061157. OLE color: 3061157.

HSL color Cylindrical-coordinate representation of color #A5B52E: hue angle of 67.11º 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 #A5B52E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB16518146-
CMYK0.0900.750.29
HSL67.11º59.47%44.51%-
HSV(B)67.11º74.59%70.98%-
XYZ32.5341.248.83-
YUV160.8363.2130.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=42.09%
G=46.17%
B=11.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181460.0900.750.2967.1159.4744.51
HexA5B52E904B1D433b2d
Octal24526556110113351037355
Binary1010010110110101101110100101001011111011000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B52E; }

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

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

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

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

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

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

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

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