#b8b42e

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

Shades of Earls Green #B8B42E

Tints of Earls Green #B8B42E

Color information

#B8B42E (or 0xB8B42E) is unknown color: approx Earls Green. HEX triplet: B8, B4 and 2E. RGB value is (184,180,46). Sum of RGB (Red+Green+Blue) = 184+180+46=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B42E is #474BD1. Grayscale: #A6A6A6. Windows color (decimal): -4672466 or 3060920. OLE color: 3060920.

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

Color convert

RGB18418046-
CMYK00.020.750.28
HSL58.26º60%45.1%-
HSV(B)58.26º75%72.16%-
XYZ36.5843.038.96-
YUV165.9260.33140.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 46 (18.36% from 255) = 11.22%
R=44.88%
G=43.90%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841804600.020.750.2858.266045.1
HexB8B42E024B1C3a3c2d
Octal270264560211334727455
Binary1011100010110100101110010100101111100111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b42e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b42e; }

 p { color: rgb(184,180,46); }

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

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

 a { background-color: rgb(184,180,46); }

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

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

 span { border-color: rgb(184,180,46); }

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