#A2B61B

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

Shades of Bahia #A2B61B

Tints of Bahia #A2B61B

Color information

#A2B61B (or 0xA2B61B) is unknown color: approx Bahia. HEX triplet: A2, B6 and 1B. RGB value is (162,182,27). Sum of RGB (Red+Green+Blue) = 162+182+27=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B61B is #5D49E4. Grayscale: #9E9E9E. Windows color (decimal): -6113765 or 1816226. OLE color: 1816226.

HSL color Cylindrical-coordinate representation of color #A2B61B: hue angle of 67.74º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2B61B is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB16218227-
CMYK0.1100.850.29
HSL67.74º74.16%40.98%-
HSV(B)67.74º85.16%71.37%-
XYZ31.8341.227.32-
YUV158.3553.87130.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=43.67%
G=49.06%
B=7.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162182270.1100.850.2967.7474.1640.98
HexA2B61BB0551D444a29
Octal242266331301253510411251
Binary1010001010110110110111011010101011110110001001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B61B; }

 p { color: rgb(162,182,27); }

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

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

 a { background-color: rgb(162,182,27); }

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

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

 span { border-color: rgb(162,182,27); }

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