#B7A32F

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

Shades of Earls Green #B7A32F

Tints of Earls Green #B7A32F

Color information

#B7A32F (or 0xB7A32F) is unknown color: approx Earls Green. HEX triplet: B7, A3 and 2F. RGB value is (183,163,47). Sum of RGB (Red+Green+Blue) = 183+163+47=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A32F is #485CD0. Grayscale: #9C9C9C. Windows color (decimal): -4742353 or 3122103. OLE color: 3122103.

HSL color Cylindrical-coordinate representation of color #B7A32F: hue angle of 51.18º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7A32F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18316347-
CMYK00.110.740.28
HSL51.18º59.13%45.1%-
HSV(B)51.18º74.32%71.76%-
XYZ33.1436.477.98-
YUV155.7666.63147.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 47 (18.75% from 255) = 11.96%
R=46.56%
G=41.48%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831634700.110.740.2851.1859.1345.1
HexB7A32F0B4A1C333b2d
Octal2672435701311234637355
Binary101101111010001110111101011100101011100110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A32F; }

 p { color: rgb(183,163,47); }

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

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

 a { background-color: rgb(183,163,47); }

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

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

 span { border-color: rgb(183,163,47); }

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