#B6A22E

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

Shades of Earls Green #B6A22E

Tints of Earls Green #B6A22E

Color information

#B6A22E (or 0xB6A22E) is unknown color: approx Earls Green. HEX triplet: B6, A2 and 2E. RGB value is (182,162,46). Sum of RGB (Red+Green+Blue) = 182+162+46=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A22E is #495DD1. Grayscale: #9B9B9B. Windows color (decimal): -4808146 or 3056310. OLE color: 3056310.

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

Color convert

RGB18216246-
CMYK00.110.750.29
HSL51.18º59.65%44.71%-
HSV(B)51.18º74.73%71.37%-
XYZ32.735.987.81-
YUV154.7666.63147.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=46.67%
G=41.54%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821624600.110.750.2951.1859.6544.71
HexB6A22E0B4B1D333c2d
Octal2662425601311335637455
Binary101101101010001010111001011100101111101110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A22E; }

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

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

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

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

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

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

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

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