#b4a11f

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

Shades of Earls Green #B4A11F

Tints of Earls Green #B4A11F

Color information

#B4A11F (or 0xB4A11F) is unknown color: approx Earls Green. HEX triplet: B4, A1 and 1F. RGB value is (180,161,31). Sum of RGB (Red+Green+Blue) = 180+161+31=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A11F is #4B5EE0. Grayscale: #989898. Windows color (decimal): -4939489 or 2073012. OLE color: 2073012.

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

Color convert

RGB18016131-
CMYK00.110.830.29
HSL52.35º70.62%41.37%-
HSV(B)52.35º82.78%70.59%-
XYZ31.8135.296.43-
YUV151.8659.79148.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 161 (63.28% from 255) = 43.28%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=48.39%
G=43.28%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801613100.110.830.2952.3570.6241.37
HexB4A11F0B531D344729
Octal26424137013123356410751
Binary101101001010000111111010111010011111011101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4a11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4a11f; }

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

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

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

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

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

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

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

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