#A4B31E

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

Shades of Bahia #A4B31E

Tints of Bahia #A4B31E

Color information

#A4B31E (or 0xA4B31E) is unknown color: approx Bahia. HEX triplet: A4, B3 and 1E. RGB value is (164,179,30). Sum of RGB (Red+Green+Blue) = 164+179+30=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B31E is #5B4CE1. Grayscale: #9E9E9E. Windows color (decimal): -5983458 or 2012068. OLE color: 2012068.

HSL color Cylindrical-coordinate representation of color #A4B31E: hue angle of 66.04º 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 #A4B31E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB16417930-
CMYK0.0800.830.30
HSL66.04º71.29%40.98%-
HSV(B)66.04º83.24%70.2%-
XYZ31.6640.237.32-
YUV157.5356.03132.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=43.97%
G=47.99%
B=8.04%

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
Decimal164179300.0800.830.3066.0471.2940.98
HexA4B31E80531E424729
Octal244263361001233610210751
Binary1010010010110011111101000010100111111010000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B31E; }

 p { color: rgb(164,179,30); }

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

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

 a { background-color: rgb(164,179,30); }

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

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

 span { border-color: rgb(164,179,30); }

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