#A2B231

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

Shades of Bahia #A2B231

Tints of Bahia #A2B231

Color information

#A2B231 (or 0xA2B231) is unknown color: approx Bahia. HEX triplet: A2, B2 and 31. RGB value is (162,178,49). Sum of RGB (Red+Green+Blue) = 162+178+49=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B231 is #5D4DCE. Grayscale: #9F9F9F. Windows color (decimal): -6114767 or 3256994. OLE color: 3256994.

HSL color Cylindrical-coordinate representation of color #A2B231: hue angle of 67.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2B231 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB16217849-
CMYK0.0900.720.30
HSL67.44º56.83%44.51%-
HSV(B)67.44º72.47%69.8%-
XYZ31.3839.748.92-
YUV158.5166.2130.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 49 (19.53% from 255) = 12.60%
R=41.65%
G=45.76%
B=12.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162178490.0900.720.3067.4456.8344.51
HexA2B23190481E43392d
Octal24226261110110361037155
Binary1010001010110010110001100101001000111101000011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B231; }

 p { color: rgb(162,178,49); }

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

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

 a { background-color: rgb(162,178,49); }

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

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

 span { border-color: rgb(162,178,49); }

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