#B3A62C

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

Shades of Earls Green #B3A62C

Tints of Earls Green #B3A62C

Color information

#B3A62C (or 0xB3A62C) is unknown color: approx Earls Green. HEX triplet: B3, A6 and 2C. RGB value is (179,166,44). Sum of RGB (Red+Green+Blue) = 179+166+44=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A62C is #4C59D3. Grayscale: #9C9C9C. Windows color (decimal): -5003732 or 2926259. OLE color: 2926259.

HSL color Cylindrical-coordinate representation of color #B3A62C: hue angle of 54.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3A62C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17916644-
CMYK00.070.750.30
HSL54.22º60.54%43.73%-
HSV(B)54.22º75.42%70.2%-
XYZ32.6837.047.81-
YUV155.9864.81144.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 44 (17.58% from 255) = 11.31%
R=46.02%
G=42.67%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791664400.070.750.3054.2260.5443.73
HexB3A62C074B1E363d2c
Octal263246540711336667554
Binary10110011101001101011000111100101111110110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A62C; }

 p { color: rgb(179,166,44); }

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

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

 a { background-color: rgb(179,166,44); }

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

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

 span { border-color: rgb(179,166,44); }

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