#B3A52C

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

Shades of Earls Green #B3A52C

Tints of Earls Green #B3A52C

Color information

#B3A52C (or 0xB3A52C) is unknown color: approx Earls Green. HEX triplet: B3, A5 and 2C. RGB value is (179,165,44). Sum of RGB (Red+Green+Blue) = 179+165+44=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A52C is #4C5AD3. Grayscale: #9B9B9B. Windows color (decimal): -5003988 or 2926003. OLE color: 2926003.

HSL color Cylindrical-coordinate representation of color #B3A52C: hue angle of 53.78º 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 #B3A52C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17916544-
CMYK00.080.750.30
HSL53.78º60.54%43.73%-
HSV(B)53.78º75.42%70.2%-
XYZ32.536.687.75-
YUV155.3965.14144.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 44 (17.58% from 255) = 11.34%
R=46.13%
G=42.53%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791654400.080.750.3053.7860.5443.73
HexB3A52C084B1E363d2c
Octal2632455401011336667554
Binary101100111010010110110001000100101111110110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A52C; }

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

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

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

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

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

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

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

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