#B2A42E

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

Shades of Earls Green #B2A42E

Tints of Earls Green #B2A42E

Color information

#B2A42E (or 0xB2A42E) is unknown color: approx Earls Green. HEX triplet: B2, A4 and 2E. RGB value is (178,164,46). Sum of RGB (Red+Green+Blue) = 178+164+46=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A42E is #4D5BD1. Grayscale: #9B9B9B. Windows color (decimal): -5069778 or 3056818. OLE color: 3056818.

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

Color convert

RGB17816446-
CMYK00.080.740.30
HSL53.64º58.93%43.92%-
HSV(B)53.64º74.16%69.8%-
XYZ32.1336.217.88-
YUV154.7366.64144.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 46 (18.36% from 255) = 11.86%
R=45.88%
G=42.27%
B=11.86%

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
Decimal1781644600.080.740.3053.6458.9343.92
HexB2A42E084A1E363b2c
Octal2622445601011236667354
Binary101100101010010010111001000100101011110110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A42E; }

 p { color: rgb(178,164,46); }

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

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

 a { background-color: rgb(178,164,46); }

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

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

 span { border-color: rgb(178,164,46); }

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