#A2B728

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

Shades of Bahia #A2B728

Tints of Bahia #A2B728

Color information

#A2B728 (or 0xA2B728) is unknown color: approx Bahia. HEX triplet: A2, B7 and 28. RGB value is (162,183,40). Sum of RGB (Red+Green+Blue) = 162+183+40=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B728 is #5D48D7. Grayscale: #A0A0A0. Windows color (decimal): -6113496 or 2668450. OLE color: 2668450.

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

Color convert

RGB16218340-
CMYK0.1100.780.28
HSL68.81º64.13%43.73%-
HSV(B)68.81º78.14%71.76%-
XYZ32.2241.78.36-
YUV160.4260.04129.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=42.08%
G=47.53%
B=10.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162183400.1100.780.2868.8164.1343.73
HexA2B728B04E1C45402c
Octal242267501301163410510054
Binary10100010101101111010001011010011101110010001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B728; }

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

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

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

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

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

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

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

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