#A2B432

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

Shades of Bahia #A2B432

Tints of Bahia #A2B432

Color information

#A2B432 (or 0xA2B432) is unknown color: approx Bahia. HEX triplet: A2, B4 and 32. RGB value is (162,180,50). Sum of RGB (Red+Green+Blue) = 162+180+50=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B432 is #5D4BCD. Grayscale: #A0A0A0. Windows color (decimal): -6114254 or 3323042. OLE color: 3323042.

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

Color convert

RGB16218050-
CMYK0.100.720.29
HSL68.31º56.52%45.1%-
HSV(B)68.31º72.22%70.59%-
XYZ31.840.559.17-
YUV159.866.04129.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 50 (19.92% from 255) = 12.76%
R=41.33%
G=45.92%
B=12.76%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180500.100.720.2968.3156.5245.1
HexA2B432A0481D44392d
Octal24226462120110351047155
Binary1010001010110100110010101001001000111011000100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B432; }

 p { color: rgb(162,180,50); }

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

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

 a { background-color: rgb(162,180,50); }

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

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

 span { border-color: rgb(162,180,50); }

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