#B3A52E

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

Shades of Earls Green #B3A52E

Tints of Earls Green #B3A52E

Color information

#B3A52E (or 0xB3A52E) is unknown color: approx Earls Green. HEX triplet: B3, A5 and 2E. RGB value is (179,165,46). Sum of RGB (Red+Green+Blue) = 179+165+46=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A52E is #4C5AD1. Grayscale: #9C9C9C. Windows color (decimal): -5003986 or 3057075. OLE color: 3057075.

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

Color convert

RGB17916546-
CMYK00.080.740.30
HSL53.68º59.11%44.12%-
HSV(B)53.68º74.3%70.2%-
XYZ32.5436.697.95-
YUV155.6266.14144.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=45.90%
G=42.31%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791654600.080.740.3053.6859.1144.12
HexB3A52E084A1E363b2c
Octal2632455601011236667354
Binary101100111010010110111001000100101011110110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A52E; }

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

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

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

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

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

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

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

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