#A4B31F

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

Shades of Bahia #A4B31F

Tints of Bahia #A4B31F

Color information

#A4B31F (or 0xA4B31F) is unknown color: approx Bahia. HEX triplet: A4, B3 and 1F. RGB value is (164,179,31). Sum of RGB (Red+Green+Blue) = 164+179+31=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B31F is #5B4CE0. Grayscale: #9E9E9E. Windows color (decimal): -5983457 or 2077604. OLE color: 2077604.

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

Color convert

RGB16417931-
CMYK0.0800.830.30
HSL66.08º70.48%41.18%-
HSV(B)66.08º82.68%70.2%-
XYZ31.6840.237.39-
YUV157.6456.53132.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 31 (12.5% from 255) = 8.29%
R=43.85%
G=47.86%
B=8.29%

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
Decimal164179310.0800.830.3066.0870.4841.18
HexA4B31F80531E424629
Octal244263371001233610210651
Binary1010010010110011111111000010100111111010000101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B31F; }

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

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

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

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

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

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

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

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