#A2B11F

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

Shades of Bahia #A2B11F

Tints of Bahia #A2B11F

Color information

#A2B11F (or 0xA2B11F) is unknown color: approx Bahia. HEX triplet: A2, B1 and 1F. RGB value is (162,177,31). Sum of RGB (Red+Green+Blue) = 162+177+31=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B11F is #5D4EE0. Grayscale: #9C9C9C. Windows color (decimal): -6115041 or 2077090. OLE color: 2077090.

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

Color convert

RGB16217731-
CMYK0.0800.820.31
HSL66.16º70.19%40.78%-
HSV(B)66.16º82.49%69.41%-
XYZ30.8739.227.24-
YUV155.8757.53132.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 31 (12.5% from 255) = 8.38%
R=43.78%
G=47.84%
B=8.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162177310.0800.820.3166.1670.1940.78
HexA2B11F80521F424629
Octal242261371001223710210651
Binary1010001010110001111111000010100101111110000101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B11F; }

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

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

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

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

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

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

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

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