#A2B127

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

Shades of Bahia #A2B127

Tints of Bahia #A2B127

Color information

#A2B127 (or 0xA2B127) is unknown color: approx Bahia. HEX triplet: A2, B1 and 27. RGB value is (162,177,39). Sum of RGB (Red+Green+Blue) = 162+177+39=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B127 is #5D4ED8. Grayscale: #9D9D9D. Windows color (decimal): -6115033 or 2601378. OLE color: 2601378.

HSL color Cylindrical-coordinate representation of color #A2B127: hue angle of 66.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2B127 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB16217739-
CMYK0.0800.780.31
HSL66.52º63.89%42.35%-
HSV(B)66.52º77.97%69.41%-
XYZ30.9939.277.87-
YUV156.7861.53131.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=42.86%
G=46.83%
B=10.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162177390.0800.780.3166.5263.8942.35
HexA2B127804E1F43402a
Octal242261471001163710310052
Binary10100010101100011001111000010011101111110000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B127; }

 p { color: rgb(162,177,39); }

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

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

 a { background-color: rgb(162,177,39); }

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

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

 span { border-color: rgb(162,177,39); }

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