#B4A023

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

Shades of Earls Green #B4A023

Tints of Earls Green #B4A023

Color information

#B4A023 (or 0xB4A023) is unknown color: approx Earls Green. HEX triplet: B4, A0 and 23. RGB value is (180,160,35). Sum of RGB (Red+Green+Blue) = 180+160+35=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A023 is #4B5FDC. Grayscale: #989898. Windows color (decimal): -4939741 or 2334900. OLE color: 2334900.

HSL color Cylindrical-coordinate representation of color #B4A023: hue angle of 51.72º 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 #B4A023 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18016035-
CMYK00.110.810.29
HSL51.72º67.44%42.16%-
HSV(B)51.72º80.56%70.59%-
XYZ31.734.976.67-
YUV151.7362.13148.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 35 (14.06% from 255) = 9.33%
R=48%
G=42.67%
B=9.33%

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
Decimal1801603500.110.810.2951.7267.4442.16
HexB4A0230B511D34432a
Octal26424043013121356410352
Binary1011010010100000100011010111010001111011101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A023; }

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

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

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

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

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

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

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

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