#A3B127

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

Shades of Bahia #A3B127

Tints of Bahia #A3B127

Color information

#A3B127 (or 0xA3B127) is unknown color: approx Bahia. HEX triplet: A3, B1 and 27. RGB value is (163,177,39). Sum of RGB (Red+Green+Blue) = 163+177+39=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B127 is #5C4ED8. Grayscale: #9D9D9D. Windows color (decimal): -6049497 or 2601379. OLE color: 2601379.

HSL color Cylindrical-coordinate representation of color #A3B127: hue angle of 66.09º 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 #A3B127 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB16317739-
CMYK0.0800.780.31
HSL66.09º63.89%42.35%-
HSV(B)66.09º77.97%69.41%-
XYZ31.1939.387.88-
YUV157.0861.36132.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 39 (15.62% from 255) = 10.29%
R=43.01%
G=46.70%
B=10.29%

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
Decimal163177390.0800.780.3166.0963.8942.35
HexA3B127804E1F42402a
Octal243261471001163710210052
Binary10100011101100011001111000010011101111110000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B127; }

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

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

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

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

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

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

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

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