#A1B72A

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

Shades of Bahia #A1B72A

Tints of Bahia #A1B72A

Color information

#A1B72A (or 0xA1B72A) is unknown color: approx Bahia. HEX triplet: A1, B7 and 2A. RGB value is (161,183,42). Sum of RGB (Red+Green+Blue) = 161+183+42=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B72A is #5E48D5. Grayscale: #A0A0A0. Windows color (decimal): -6179030 or 2799521. OLE color: 2799521.

HSL color Cylindrical-coordinate representation of color #A1B72A: hue angle of 69.36º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1B72A is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB16118342-
CMYK0.1200.770.28
HSL69.36º62.67%44.12%-
HSV(B)69.36º77.05%71.76%-
XYZ32.0541.618.53-
YUV160.3561.21128.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 42 (16.80% from 255) = 10.88%
R=41.71%
G=47.41%
B=10.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161183420.1200.770.2869.3662.6744.12
HexA1B72AC04D1C453f2c
Octal24126752140115341057754
Binary1010000110110111101010110001001101111001000101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B72A; }

 p { color: rgb(161,183,42); }

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

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

 a { background-color: rgb(161,183,42); }

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

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

 span { border-color: rgb(161,183,42); }

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