#a1b72b

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

Shades of Bahia #A1B72B

Tints of Bahia #A1B72B

Color information

#A1B72B (or 0xA1B72B) is unknown color: approx Bahia. HEX triplet: A1, B7 and 2B. RGB value is (161,183,43). Sum of RGB (Red+Green+Blue) = 161+183+43=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B72B is #5E48D4. Grayscale: #A0A0A0. Windows color (decimal): -6179029 or 2865057. OLE color: 2865057.

HSL color Cylindrical-coordinate representation of color #A1B72B: hue angle of 69.43º degrees, saturation: 0.62, 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 #A1B72B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB16118343-
CMYK0.1200.770.28
HSL69.43º61.95%44.31%-
HSV(B)69.43º76.5%71.76%-
XYZ32.0741.628.63-
YUV160.4661.71128.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 43 (17.19% from 255) = 11.11%
R=41.60%
G=47.29%
B=11.11%

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
Decimal161183430.1200.770.2869.4361.9544.31
HexA1B72BC04D1C453e2c
Octal24126753140115341057654
Binary1010000110110111101011110001001101111001000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b72b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b72b; }

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

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

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

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

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

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

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

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