#B4A81A

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

Shades of Earls Green #B4A81A

Tints of Earls Green #B4A81A

Color information

#B4A81A (or 0xB4A81A) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 1A. RGB value is (180,168,26). Sum of RGB (Red+Green+Blue) = 180+168+26=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A81A is #4B57E5. Grayscale: #9B9B9B. Windows color (decimal): -4937702 or 1747124. OLE color: 1747124.

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

Color convert

RGB18016826-
CMYK00.070.860.29
HSL55.32º74.76%40.39%-
HSV(B)55.32º85.56%70.59%-
XYZ33.0137.786.53-
YUV155.454.98145.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=48.13%
G=44.92%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801682600.070.860.2955.3274.7640.39
HexB4A81A07561D374b28
Octal2642503207126356711350
Binary10110100101010001101001111010110111011101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A81A; }

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

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

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

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

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

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

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

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