#B4AD10

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

Shades of Earls Green #B4AD10

Tints of Earls Green #B4AD10

Color information

#B4AD10 (or 0xB4AD10) is unknown color: approx Earls Green. HEX triplet: B4, AD and 10. RGB value is (180,173,16). Sum of RGB (Red+Green+Blue) = 180+173+16=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD10 is #4B52EF. Grayscale: #9D9D9D. Windows color (decimal): -4936432 or 1093044. OLE color: 1093044.

HSL color Cylindrical-coordinate representation of color #B4AD10: hue angle of 57.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4AD10 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18017316-
CMYK00.040.910.29
HSL57.44º83.67%38.43%-
HSV(B)57.44º91.11%70.59%-
XYZ33.8639.636.35-
YUV157.248.32144.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=48.78%
G=46.88%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801731600.040.910.2957.4483.6738.43
HexB4AD10045B1D395426
Octal2642552004133357112446
Binary10110100101011011000001001011011111011110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD10; }

 p { color: rgb(180,173,16); }

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

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

 a { background-color: rgb(180,173,16); }

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

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

 span { border-color: rgb(180,173,16); }

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