#A7B31D

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

Shades of Bahia #A7B31D

Tints of Bahia #A7B31D

Color information

#A7B31D (or 0xA7B31D) is unknown color: approx Bahia. HEX triplet: A7, B3 and 1D. RGB value is (167,179,29). Sum of RGB (Red+Green+Blue) = 167+179+29=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B31D is #584CE2. Grayscale: #9E9E9E. Windows color (decimal): -5786851 or 1946535. OLE color: 1946535.

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

Color convert

RGB16717929-
CMYK0.0700.840.30
HSL64.8º72.12%40.78%-
HSV(B)64.8º83.8%70.2%-
XYZ32.2840.547.29-
YUV158.3155.02134.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=44.53%
G=47.73%
B=7.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167179290.0700.840.3064.872.1240.78
HexA7B31D70541E414829
Octal24726335701243610111051
Binary101001111011001111101111010101001111010000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B31D; }

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

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

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

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

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

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

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

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