#a5bb2a

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

Shades of Bahia #A5BB2A

Tints of Bahia #A5BB2A

Color information

#A5BB2A (or 0xA5BB2A) is unknown color: approx Bahia. HEX triplet: A5, BB and 2A. RGB value is (165,187,42). Sum of RGB (Red+Green+Blue) = 165+187+42=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB2A is #5A44D5. Grayscale: #A4A4A4. Windows color (decimal): -5915862 or 2800549. OLE color: 2800549.

HSL color Cylindrical-coordinate representation of color #A5BB2A: hue angle of 69.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5BB2A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB16518742-
CMYK0.1200.780.27
HSL69.1º63.32%44.9%-
HSV(B)69.1º77.54%73.33%-
XYZ33.7143.718.85-
YUV163.8959.21128.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 42 (16.80% from 255) = 10.66%
R=41.88%
G=47.46%
B=10.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165187420.1200.780.2769.163.3244.9
HexA5BB2AC04E1B453f2d
Octal24527352140116331057755
Binary1010010110111011101010110001001110110111000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5bb2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5bb2a; }

 p { color: rgb(165,187,42); }

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

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

 a { background-color: rgb(165,187,42); }

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

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

 span { border-color: rgb(165,187,42); }

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