#B7AD2E

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

Shades of Earls Green #B7AD2E

Tints of Earls Green #B7AD2E

Color information

#B7AD2E (or 0xB7AD2E) is unknown color: approx Earls Green. HEX triplet: B7, AD and 2E. RGB value is (183,173,46). Sum of RGB (Red+Green+Blue) = 183+173+46=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD2E is #4852D1. Grayscale: #A2A2A2. Windows color (decimal): -4739794 or 3059127. OLE color: 3059127.

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

Color convert

RGB18317346-
CMYK00.050.750.28
HSL55.62º59.83%44.9%-
HSV(B)55.62º74.86%71.76%-
XYZ34.9740.158.49-
YUV161.5162.81143.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=45.52%
G=43.03%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831734600.050.750.2855.6259.8344.9
HexB7AD2E054B1C383c2d
Octal267255560511334707455
Binary10110111101011011011100101100101111100111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD2E; }

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

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

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

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

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

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

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

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