#a7b01f

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

Shades of Bahia #A7B01F

Tints of Bahia #A7B01F

Color information

#A7B01F (or 0xA7B01F) is unknown color: approx Bahia. HEX triplet: A7, B0 and 1F. RGB value is (167,176,31). Sum of RGB (Red+Green+Blue) = 167+176+31=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B01F is #584FE0. Grayscale: #9D9D9D. Windows color (decimal): -5787617 or 2076839. OLE color: 2076839.

HSL color Cylindrical-coordinate representation of color #A7B01F: hue angle of 63.72º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7B01F is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB16717631-
CMYK0.0500.820.31
HSL63.72º70.05%40.59%-
HSV(B)63.72º82.39%69.02%-
XYZ31.7139.377.22-
YUV156.7857.02135.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 31 (12.5% from 255) = 8.29%
R=44.65%
G=47.06%
B=8.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176310.0500.820.3163.7270.0540.59
HexA7B01F50521F404629
Octal24726037501223710010651
Binary101001111011000011111101010100101111110000001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b01f; }

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

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

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

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

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

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

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

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