#A2B72B

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

Shades of Bahia #A2B72B

Tints of Bahia #A2B72B

Color information

#A2B72B (or 0xA2B72B) is unknown color: approx Bahia. HEX triplet: A2, B7 and 2B. RGB value is (162,183,43). Sum of RGB (Red+Green+Blue) = 162+183+43=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72B is #5D48D4. Grayscale: #A1A1A1. Windows color (decimal): -6113493 or 2865058. OLE color: 2865058.

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

Color convert

RGB16218343-
CMYK0.1100.770.28
HSL69º61.95%44.31%-
HSV(B)69º76.5%71.76%-
XYZ32.2741.728.64-
YUV160.7661.54128.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=41.75%
G=47.16%
B=11.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162183430.1100.770.286961.9544.31
HexA2B72BB04D1C453e2c
Octal24226753130115341057654
Binary1010001010110111101011101101001101111001000101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B72B; }

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

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

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

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

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

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

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

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