#B7B12E

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

Shades of Earls Green #B7B12E

Tints of Earls Green #B7B12E

Color information

#B7B12E (or 0xB7B12E) is unknown color: approx Earls Green. HEX triplet: B7, B1 and 2E. RGB value is (183,177,46). Sum of RGB (Red+Green+Blue) = 183+177+46=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B12E is #484ED1. Grayscale: #A4A4A4. Windows color (decimal): -4738770 or 3060151. OLE color: 3060151.

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

Color convert

RGB18317746-
CMYK00.030.750.28
HSL57.37º59.83%44.9%-
HSV(B)57.37º74.86%71.76%-
XYZ35.7441.718.75-
YUV163.8661.49141.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=45.07%
G=43.60%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831774600.030.750.2857.3759.8344.9
HexB7B12E034B1C393c2d
Octal267261560311334717455
Binary1011011110110001101110011100101111100111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B12E; }

 p { color: rgb(183,177,46); }

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

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

 a { background-color: rgb(183,177,46); }

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

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

 span { border-color: rgb(183,177,46); }

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