#b7a51a

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

Shades of Earls Green #B7A51A

Tints of Earls Green #B7A51A

Color information

#B7A51A (or 0xB7A51A) is unknown color: approx Earls Green. HEX triplet: B7, A5 and 1A. RGB value is (183,165,26). Sum of RGB (Red+Green+Blue) = 183+165+26=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A51A is #485AE5. Grayscale: #9B9B9B. Windows color (decimal): -4741862 or 1746359. OLE color: 1746359.

HSL color Cylindrical-coordinate representation of color #B7A51A: hue angle of 53.12º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7A51A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB18316526-
CMYK00.100.860.28
HSL53.12º75.12%40.98%-
HSV(B)53.12º85.79%71.76%-
XYZ33.1737.056.38-
YUV154.5455.46148.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 165 (64.84% from 255) = 44.12%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=48.93%
G=44.12%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831652600.100.860.2853.1275.1240.98
HexB7A51A0A561C354b29
Octal26724532012126346511351
Binary101101111010010111010010101010110111001101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a51a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a51a; }

 p { color: rgb(183,165,26); }

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

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

 a { background-color: rgb(183,165,26); }

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

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

 span { border-color: rgb(183,165,26); }

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