#B7B41D

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

Shades of Earls Green #B7B41D

Tints of Earls Green #B7B41D

Color information

#B7B41D (or 0xB7B41D) is unknown color: approx Earls Green. HEX triplet: B7, B4 and 1D. RGB value is (183,180,29). Sum of RGB (Red+Green+Blue) = 183+180+29=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B41D is #484BE2. Grayscale: #A4A4A4. Windows color (decimal): -4738019 or 1946807. OLE color: 1946807.

HSL color Cylindrical-coordinate representation of color #B7B41D: hue angle of 58.83º degrees, saturation: 0.73, 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 #B7B41D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18318029-
CMYK00.020.840.28
HSL58.83º72.64%41.57%-
HSV(B)58.83º84.15%71.76%-
XYZ36.0742.87.52-
YUV163.6851.99141.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 29 (11.72% from 255) = 7.40%
R=46.68%
G=45.92%
B=7.40%

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
Decimal1831802900.020.840.2858.8372.6441.57
HexB7B41D02541C3b492a
Octal2672643502124347311152
Binary1011011110110100111010101010100111001110111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B41D; }

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

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

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

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

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

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

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

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