#A5BB31

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

Shades of Bahia #A5BB31

Tints of Bahia #A5BB31

Color information

#A5BB31 (or 0xA5BB31) is unknown color: approx Bahia. HEX triplet: A5, BB and 31. RGB value is (165,187,49). Sum of RGB (Red+Green+Blue) = 165+187+49=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB31 is #5A44CE. Grayscale: #A5A5A5. Windows color (decimal): -5915855 or 3259301. OLE color: 3259301.

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

Color convert

RGB16518749-
CMYK0.1200.740.27
HSL69.57º58.47%46.27%-
HSV(B)69.57º73.8%73.33%-
XYZ33.8443.769.57-
YUV164.6962.71128.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=41.15%
G=46.63%
B=12.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165187490.1200.740.2769.5758.4746.27
HexA5BB31C04A1B463a2e
Octal24527361140112331067256
Binary1010010110111011110001110001001010110111000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB31; }

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

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

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

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

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

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

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

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