#B3A810

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

Shades of Earls Green #B3A810

Tints of Earls Green #B3A810

Color information

#B3A810 (or 0xB3A810) is unknown color: approx Earls Green. HEX triplet: B3, A8 and 10. RGB value is (179,168,16). Sum of RGB (Red+Green+Blue) = 179+168+16=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A810 is #4C57EF. Grayscale: #9A9A9A. Windows color (decimal): -5003248 or 1091763. OLE color: 1091763.

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

Color convert

RGB17916816-
CMYK00.060.910.30
HSL55.95º83.59%38.24%-
HSV(B)55.95º91.06%70.2%-
XYZ32.6937.636.03-
YUV153.9650.14145.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=49.31%
G=46.28%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791681600.060.910.3055.9583.5938.24
HexB3A810065B1E385426
Octal2632502006133367012446
Binary10110011101010001000001101011011111101110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A810; }

 p { color: rgb(179,168,16); }

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

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

 a { background-color: rgb(179,168,16); }

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

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

 span { border-color: rgb(179,168,16); }

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