#A1B337

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

Shades of Bahia #A1B337

Tints of Bahia #A1B337

Color information

#A1B337 (or 0xA1B337) is unknown color: approx Bahia. HEX triplet: A1, B3 and 37. RGB value is (161,179,55). Sum of RGB (Red+Green+Blue) = 161+179+55=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B337 is #5E4CC8. Grayscale: #9F9F9F. Windows color (decimal): -6180041 or 3650465. OLE color: 3650465.

HSL color Cylindrical-coordinate representation of color #A1B337: hue angle of 68.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1B337 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB16117955-
CMYK0.1000.690.30
HSL68.71º52.99%45.88%-
HSV(B)68.71º69.27%70.2%-
XYZ31.5140.099.69-
YUV159.4869.04129.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=40.76%
G=45.32%
B=13.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161179550.1000.690.3068.7152.9945.88
HexA1B337A0451E45352e
Octal24126367120105361056556
Binary1010000110110011110111101001000101111101000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B337; }

 p { color: rgb(161,179,55); }

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

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

 a { background-color: rgb(161,179,55); }

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

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

 span { border-color: rgb(161,179,55); }

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