#B7B41E

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

Shades of Earls Green #B7B41E

Tints of Earls Green #B7B41E

Color information

#B7B41E (or 0xB7B41E) is unknown color: approx Earls Green. HEX triplet: B7, B4 and 1E. RGB value is (183,180,30). Sum of RGB (Red+Green+Blue) = 183+180+30=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B41E is #484BE1. Grayscale: #A4A4A4. Windows color (decimal): -4738018 or 2012343. OLE color: 2012343.

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

Color convert

RGB18318030-
CMYK00.020.840.28
HSL58.82º71.83%41.76%-
HSV(B)58.82º83.61%71.76%-
XYZ36.0842.87.59-
YUV163.852.49141.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 30 (12.11% from 255) = 7.63%
R=46.56%
G=45.80%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831803000.020.840.2858.8271.8341.76
HexB7B41E02541C3b482a
Octal2672643602124347311052
Binary1011011110110100111100101010100111001110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B41E; }

 p { color: rgb(183,180,30); }

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

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

 a { background-color: rgb(183,180,30); }

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

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

 span { border-color: rgb(183,180,30); }

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