#A3B632

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

Shades of Bahia #A3B632

Tints of Bahia #A3B632

Color information

#A3B632 (or 0xA3B632) is unknown color: approx Bahia. HEX triplet: A3, B6 and 32. RGB value is (163,182,50). Sum of RGB (Red+Green+Blue) = 163+182+50=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B632 is #5C49CD. Grayscale: #A1A1A1. Windows color (decimal): -6048206 or 3323555. OLE color: 3323555.

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

Color convert

RGB16318250-
CMYK0.1000.730.29
HSL68.64º56.9%45.49%-
HSV(B)68.64º72.53%71.37%-
XYZ32.4141.479.31-
YUV161.2765.21129.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=41.27%
G=46.08%
B=12.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163182500.1000.730.2968.6456.945.49
HexA3B632A0491D45392d
Octal24326662120111351057155
Binary1010001110110110110010101001001001111011000101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B632; }

 p { color: rgb(163,182,50); }

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

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

 a { background-color: rgb(163,182,50); }

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

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

 span { border-color: rgb(163,182,50); }

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