#B4A71B

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

Shades of Earls Green #B4A71B

Tints of Earls Green #B4A71B

Color information

#B4A71B (or 0xB4A71B) is unknown color: approx Earls Green. HEX triplet: B4, A7 and 1B. RGB value is (180,167,27). Sum of RGB (Red+Green+Blue) = 180+167+27=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A71B is #4B58E4. Grayscale: #9B9B9B. Windows color (decimal): -4937957 or 1812404. OLE color: 1812404.

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

Color convert

RGB18016727-
CMYK00.070.850.29
HSL54.9º73.91%40.59%-
HSV(B)54.9º85%70.59%-
XYZ32.8437.426.53-
YUV154.9355.81145.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 27 (10.94% from 255) = 7.22%
R=48.13%
G=44.65%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801672700.070.850.2954.973.9140.59
HexB4A71B07551D374a29
Octal2642473307125356711251
Binary10110100101001111101101111010101111011101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A71B; }

 p { color: rgb(180,167,27); }

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

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

 a { background-color: rgb(180,167,27); }

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

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

 span { border-color: rgb(180,167,27); }

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