#B7AD30

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

Shades of Earls Green #B7AD30

Tints of Earls Green #B7AD30

Color information

#B7AD30 (or 0xB7AD30) is unknown color: approx Earls Green. HEX triplet: B7, AD and 30. RGB value is (183,173,48). Sum of RGB (Red+Green+Blue) = 183+173+48=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD30 is #4852CF. Grayscale: #A2A2A2. Windows color (decimal): -4739792 or 3190199. OLE color: 3190199.

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

Color convert

RGB18317348-
CMYK00.050.740.28
HSL55.56º58.44%45.29%-
HSV(B)55.56º73.77%71.76%-
XYZ35.0140.178.7-
YUV161.7463.81143.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=45.30%
G=42.82%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831734800.050.740.2855.5658.4445.29
HexB7AD30054A1C383a2d
Octal267255600511234707255
Binary10110111101011011100000101100101011100111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD30; }

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

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

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

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

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

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

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

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