#B4A123

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

Shades of Earls Green #B4A123

Tints of Earls Green #B4A123

Color information

#B4A123 (or 0xB4A123) is unknown color: approx Earls Green. HEX triplet: B4, A1 and 23. RGB value is (180,161,35). Sum of RGB (Red+Green+Blue) = 180+161+35=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A123 is #4B5EDC. Grayscale: #989898. Windows color (decimal): -4939485 or 2335156. OLE color: 2335156.

HSL color Cylindrical-coordinate representation of color #B4A123: hue angle of 52.14º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4A123 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18016135-
CMYK00.110.810.29
HSL52.14º67.44%42.16%-
HSV(B)52.14º80.56%70.59%-
XYZ31.8735.316.73-
YUV152.3261.79147.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 35 (14.06% from 255) = 9.31%
R=47.87%
G=42.82%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801613500.110.810.2952.1467.4442.16
HexB4A1230B511D34432a
Octal26424143013121356410352
Binary1011010010100001100011010111010001111011101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A123; }

 p { color: rgb(180,161,35); }

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

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

 a { background-color: rgb(180,161,35); }

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

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

 span { border-color: rgb(180,161,35); }

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