#B3A623

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

Shades of Earls Green #B3A623

Tints of Earls Green #B3A623

Color information

#B3A623 (or 0xB3A623) is unknown color: approx Earls Green. HEX triplet: B3, A6 and 23. RGB value is (179,166,35). Sum of RGB (Red+Green+Blue) = 179+166+35=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A623 is #4C59DC. Grayscale: #9B9B9B. Windows color (decimal): -5003741 or 2336435. OLE color: 2336435.

HSL color Cylindrical-coordinate representation of color #B3A623: hue angle of 54.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3A623 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17916635-
CMYK00.070.800.30
HSL54.58º67.29%41.96%-
HSV(B)54.58º80.45%70.2%-
XYZ32.5336.987.01-
YUV154.9560.31145.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 35 (14.06% from 255) = 9.21%
R=47.11%
G=43.68%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791663500.070.800.3054.5867.2941.96
HexB3A62307501E37432a
Octal2632464307120366710352
Binary101100111010011010001101111010000111101101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A623; }

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

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

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

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

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

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

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

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