#B3A610

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

Shades of Earls Green #B3A610

Tints of Earls Green #B3A610

Color information

#B3A610 (or 0xB3A610) is unknown color: approx Earls Green. HEX triplet: B3, A6 and 10. RGB value is (179,166,16). Sum of RGB (Red+Green+Blue) = 179+166+16=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A610 is #4C59EF. Grayscale: #999999. Windows color (decimal): -5003760 or 1091251. OLE color: 1091251.

HSL color Cylindrical-coordinate representation of color #B3A610: hue angle of 55.21º 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 #B3A610 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17916616-
CMYK00.070.910.30
HSL55.21º83.59%38.24%-
HSV(B)55.21º91.06%70.2%-
XYZ32.3236.895.91-
YUV152.7950.81146.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 16 (6.64% from 255) = 4.43%
R=49.58%
G=45.98%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791661600.070.910.3055.2183.5938.24
HexB3A610075B1E375426
Octal2632462007133366712446
Binary10110011101001101000001111011011111101101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A610; }

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

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

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

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

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

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

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

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