#B7A22E

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

Shades of Earls Green #B7A22E

Tints of Earls Green #B7A22E

Color information

#B7A22E (or 0xB7A22E) is unknown color: approx Earls Green. HEX triplet: B7, A2 and 2E. RGB value is (183,162,46). Sum of RGB (Red+Green+Blue) = 183+162+46=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A22E is #485DD1. Grayscale: #9B9B9B. Windows color (decimal): -4742610 or 3056311. OLE color: 3056311.

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

Color convert

RGB18316246-
CMYK00.110.750.28
HSL50.8º59.83%44.9%-
HSV(B)50.8º74.86%71.76%-
XYZ32.9436.117.82-
YUV155.0566.46147.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 46 (18.36% from 255) = 11.76%
R=46.80%
G=41.43%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831624600.110.750.2850.859.8344.9
HexB7A22E0B4B1C333c2d
Octal2672425601311334637455
Binary101101111010001010111001011100101111100110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A22E; }

 p { color: rgb(183,162,46); }

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

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

 a { background-color: rgb(183,162,46); }

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

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

 span { border-color: rgb(183,162,46); }

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