#B7AD26

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

Shades of Earls Green #B7AD26

Tints of Earls Green #B7AD26

Color information

#B7AD26 (or 0xB7AD26) is unknown color: approx Earls Green. HEX triplet: B7, AD and 26. RGB value is (183,173,38). Sum of RGB (Red+Green+Blue) = 183+173+38=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD26 is #4852D9. Grayscale: #A1A1A1. Windows color (decimal): -4739802 or 2534839. OLE color: 2534839.

HSL color Cylindrical-coordinate representation of color #B7AD26: hue angle of 55.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7AD26 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18317338-
CMYK00.050.790.28
HSL55.86º65.61%43.33%-
HSV(B)55.86º79.23%71.76%-
XYZ34.8240.097.74-
YUV160.658.81143.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=46.45%
G=43.91%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831733800.050.790.2855.8665.6143.33
HexB7AD26054F1C38422b
Octal2672554605117347010253
Binary101101111010110110011001011001111111001110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD26; }

 p { color: rgb(183,173,38); }

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

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

 a { background-color: rgb(183,173,38); }

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

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

 span { border-color: rgb(183,173,38); }

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