#A2B72A

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

Shades of Bahia #A2B72A

Tints of Bahia #A2B72A

Color information

#A2B72A (or 0xA2B72A) is unknown color: approx Bahia. HEX triplet: A2, B7 and 2A. RGB value is (162,183,42). Sum of RGB (Red+Green+Blue) = 162+183+42=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72A is #5D48D5. Grayscale: #A1A1A1. Windows color (decimal): -6113494 or 2799522. OLE color: 2799522.

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

Color convert

RGB16218342-
CMYK0.1100.770.28
HSL68.94º62.67%44.12%-
HSV(B)68.94º77.05%71.76%-
XYZ32.2541.728.54-
YUV160.6561.04128.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 42 (16.80% from 255) = 10.85%
R=41.86%
G=47.29%
B=10.85%

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
Decimal162183420.1100.770.2868.9462.6744.12
HexA2B72AB04D1C453f2c
Octal24226752130115341057754
Binary1010001010110111101010101101001101111001000101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B72A; }

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

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

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

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

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

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

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

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