#b8a71f

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

Shades of Earls Green #B8A71F

Tints of Earls Green #B8A71F

Color information

#B8A71F (or 0xB8A71F) is unknown color: approx Earls Green. HEX triplet: B8, A7 and 1F. RGB value is (184,167,31). Sum of RGB (Red+Green+Blue) = 184+167+31=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A71F is #4758E0. Grayscale: #9D9D9D. Windows color (decimal): -4675809 or 2074552. OLE color: 2074552.

HSL color Cylindrical-coordinate representation of color #B8A71F: hue angle of 53.33º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8A71F is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB18416731-
CMYK00.090.830.28
HSL53.33º71.16%42.16%-
HSV(B)53.33º83.15%72.16%-
XYZ33.8337.936.83-
YUV156.5857.13147.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 31 (12.5% from 255) = 8.12%
R=48.17%
G=43.72%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841673100.090.830.2853.3371.1642.16
HexB8A71F09531C35472a
Octal27024737011123346510752
Binary101110001010011111111010011010011111001101011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a71f; }

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

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

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

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

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

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

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

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