#B3A71F

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

Shades of Earls Green #B3A71F

Tints of Earls Green #B3A71F

Color information

#B3A71F (or 0xB3A71F) is unknown color: approx Earls Green. HEX triplet: B3, A7 and 1F. RGB value is (179,167,31). Sum of RGB (Red+Green+Blue) = 179+167+31=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A71F is #4C58E0. Grayscale: #9B9B9B. Windows color (decimal): -5003489 or 2074547. OLE color: 2074547.

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

Color convert

RGB17916731-
CMYK00.070.830.30
HSL55.14º70.48%41.18%-
HSV(B)55.14º82.68%70.2%-
XYZ32.6637.326.78-
YUV155.0857.98145.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791673100.070.830.3055.1470.4841.18
HexB3A71F07531E374629
Octal2632473707123366710651
Binary10110011101001111111101111010011111101101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A71F; }

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

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

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

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

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

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

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

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