#B4A91A

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

Shades of Earls Green #B4A91A

Tints of Earls Green #B4A91A

Color information

#B4A91A (or 0xB4A91A) is unknown color: approx Earls Green. HEX triplet: B4, A9 and 1A. RGB value is (180,169,26). Sum of RGB (Red+Green+Blue) = 180+169+26=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A91A is #4B56E5. Grayscale: #9C9C9C. Windows color (decimal): -4937446 or 1747380. OLE color: 1747380.

HSL color Cylindrical-coordinate representation of color #B4A91A: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4A91A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18016926-
CMYK00.060.860.29
HSL55.71º74.76%40.39%-
HSV(B)55.71º85.56%70.59%-
XYZ33.238.156.59-
YUV155.9954.64145.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=48%
G=45.07%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801692600.060.860.2955.7174.7640.39
HexB4A91A06561D384b28
Octal2642513206126357011350
Binary10110100101010011101001101010110111011110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A91A; }

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

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

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

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

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

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

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

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