#B8AC1F

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

Shades of Earls Green #B8AC1F

Tints of Earls Green #B8AC1F

Color information

#B8AC1F (or 0xB8AC1F) is unknown color: approx Earls Green. HEX triplet: B8, AC and 1F. RGB value is (184,172,31). Sum of RGB (Red+Green+Blue) = 184+172+31=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC1F is #4753E0. Grayscale: #A0A0A0. Windows color (decimal): -4674529 or 2075832. OLE color: 2075832.

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

Color convert

RGB18417231-
CMYK00.070.830.28
HSL55.29º71.16%42.16%-
HSV(B)55.29º83.15%72.16%-
XYZ34.7739.797.14-
YUV159.5155.48145.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=47.55%
G=44.44%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841723100.070.830.2855.2971.1642.16
HexB8AC1F07531C37472a
Octal2702543707123346710752
Binary10111000101011001111101111010011111001101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC1F; }

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

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

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

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

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

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

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

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