#A3B21E

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

Shades of Bahia #A3B21E

Tints of Bahia #A3B21E

Color information

#A3B21E (or 0xA3B21E) is unknown color: approx Bahia. HEX triplet: A3, B2 and 1E. RGB value is (163,178,30). Sum of RGB (Red+Green+Blue) = 163+178+30=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B21E is #5C4DE1. Grayscale: #9D9D9D. Windows color (decimal): -6049250 or 2011811. OLE color: 2011811.

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

Color convert

RGB16317830-
CMYK0.0800.830.30
HSL66.08º71.15%40.78%-
HSV(B)66.08º83.15%69.8%-
XYZ31.2639.727.25-
YUV156.6456.53132.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=43.94%
G=47.98%
B=8.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163178300.0800.830.3066.0871.1540.78
HexA3B21E80531E424729
Octal243262361001233610210751
Binary1010001110110010111101000010100111111010000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B21E; }

 p { color: rgb(163,178,30); }

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

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

 a { background-color: rgb(163,178,30); }

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

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

 span { border-color: rgb(163,178,30); }

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