#A7B31F

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

Shades of Bahia #A7B31F

Tints of Bahia #A7B31F

Color information

#A7B31F (or 0xA7B31F) is unknown color: approx Bahia. HEX triplet: A7, B3 and 1F. RGB value is (167,179,31). Sum of RGB (Red+Green+Blue) = 167+179+31=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B31F is #584CE0. Grayscale: #9F9F9F. Windows color (decimal): -5786849 or 2077607. OLE color: 2077607.

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

Color convert

RGB16717931-
CMYK0.0700.830.30
HSL64.86º70.48%41.18%-
HSV(B)64.86º82.68%70.2%-
XYZ32.340.557.42-
YUV158.5456.02134.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 31 (12.5% from 255) = 8.22%
R=44.30%
G=47.48%
B=8.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167179310.0700.830.3064.8670.4841.18
HexA7B31F70531E414629
Octal24726337701233610110651
Binary101001111011001111111111010100111111010000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B31F; }

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

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

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

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

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

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

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

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