#A3B122

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

Shades of Bahia #A3B122

Tints of Bahia #A3B122

Color information

#A3B122 (or 0xA3B122) is unknown color: approx Bahia. HEX triplet: A3, B1 and 22. RGB value is (163,177,34). Sum of RGB (Red+Green+Blue) = 163+177+34=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B122 is #5C4EDD. Grayscale: #9D9D9D. Windows color (decimal): -6049502 or 2273699. OLE color: 2273699.

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

Color convert

RGB16317734-
CMYK0.0800.810.31
HSL65.87º67.77%41.37%-
HSV(B)65.87º80.79%69.41%-
XYZ31.1239.357.47-
YUV156.5158.86132.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 34 (13.67% from 255) = 9.09%
R=43.58%
G=47.33%
B=9.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177340.0800.810.3165.8767.7741.37
HexA3B12280511F424429
Octal243261421001213710210451
Binary10100011101100011000101000010100011111110000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B122; }

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

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

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

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

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

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

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

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