#b4a91f

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

Shades of Earls Green #B4A91F

Tints of Earls Green #B4A91F

Color information

#B4A91F (or 0xB4A91F) is unknown color: approx Earls Green. HEX triplet: B4, A9 and 1F. RGB value is (180,169,31). Sum of RGB (Red+Green+Blue) = 180+169+31=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A91F is #4B56E0. Grayscale: #9D9D9D. Windows color (decimal): -4937441 or 2075060. OLE color: 2075060.

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

Color convert

RGB18016931-
CMYK00.060.830.29
HSL55.57º70.62%41.37%-
HSV(B)55.57º82.78%70.59%-
XYZ33.2638.186.91-
YUV156.5657.14144.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 31 (12.5% from 255) = 8.16%
R=47.37%
G=44.47%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801693100.060.830.2955.5770.6241.37
HexB4A91F06531D384729
Octal2642513706123357010751
Binary10110100101010011111101101010011111011110001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4a91f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4a91f; }

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

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

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

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

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

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

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

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