#A2B72E

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

Shades of Bahia #A2B72E

Tints of Bahia #A2B72E

Color information

#A2B72E (or 0xA2B72E) is unknown color: approx Bahia. HEX triplet: A2, B7 and 2E. RGB value is (162,183,46). Sum of RGB (Red+Green+Blue) = 162+183+46=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72E is #5D48D1. Grayscale: #A1A1A1. Windows color (decimal): -6113490 or 3061666. OLE color: 3061666.

HSL color Cylindrical-coordinate representation of color #A2B72E: hue angle of 69.2º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2B72E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB16218346-
CMYK0.1100.750.28
HSL69.2º59.83%44.9%-
HSV(B)69.2º74.86%71.76%-
XYZ32.3341.758.94-
YUV161.163.04128.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 46 (18.36% from 255) = 11.76%
R=41.43%
G=46.80%
B=11.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162183460.1100.750.2869.259.8344.9
HexA2B72EB04B1C453c2d
Octal24226756130113341057455
Binary1010001010110111101110101101001011111001000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B72E; }

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

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

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

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

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

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

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

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