#B7B420

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

Shades of Earls Green #B7B420

Tints of Earls Green #B7B420

Color information

#B7B420 (or 0xB7B420) is unknown color: approx Earls Green. HEX triplet: B7, B4 and 20. RGB value is (183,180,32). Sum of RGB (Red+Green+Blue) = 183+180+32=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B420 is #484BDF. Grayscale: #A4A4A4. Windows color (decimal): -4738016 or 2143415. OLE color: 2143415.

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

Color convert

RGB18318032-
CMYK00.020.830.28
HSL58.81º70.23%42.16%-
HSV(B)58.81º82.51%71.76%-
XYZ36.1142.817.73-
YUV164.0253.49141.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 32 (12.89% from 255) = 8.10%
R=46.33%
G=45.57%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831803200.020.830.2858.8170.2342.16
HexB7B42002531C3b462a
Octal2672644002123347310652
Binary10110111101101001000000101010011111001110111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B420; }

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

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

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

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

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

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

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

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