#B8B12A

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

Shades of Earls Green #B8B12A

Tints of Earls Green #B8B12A

Color information

#B8B12A (or 0xB8B12A) is unknown color: approx Earls Green. HEX triplet: B8, B1 and 2A. RGB value is (184,177,42). Sum of RGB (Red+Green+Blue) = 184+177+42=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B12A is #474ED5. Grayscale: #A4A4A4. Windows color (decimal): -4673238 or 2798008. OLE color: 2798008.

HSL color Cylindrical-coordinate representation of color #B8B12A: hue angle of 57.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8B12A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18417742-
CMYK00.040.770.28
HSL57.04º62.83%44.31%-
HSV(B)57.04º77.17%72.16%-
XYZ35.9141.88.37-
YUV163.759.32142.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=45.66%
G=43.92%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841774200.040.770.2857.0462.8344.31
HexB8B12A044D1C393f2c
Octal270261520411534717754
Binary10111000101100011010100100100110111100111001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B12A; }

 p { color: rgb(184,177,42); }

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

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

 a { background-color: rgb(184,177,42); }

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

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

 span { border-color: rgb(184,177,42); }

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