#B4A61B

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

Shades of Earls Green #B4A61B

Tints of Earls Green #B4A61B

Color information

#B4A61B (or 0xB4A61B) is unknown color: approx Earls Green. HEX triplet: B4, A6 and 1B. RGB value is (180,166,27). Sum of RGB (Red+Green+Blue) = 180+166+27=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A61B is #4B59E4. Grayscale: #9A9A9A. Windows color (decimal): -4938213 or 1812148. OLE color: 1812148.

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

Color convert

RGB18016627-
CMYK00.080.850.29
HSL54.51º73.91%40.59%-
HSV(B)54.51º85%70.59%-
XYZ32.6637.056.47-
YUV154.3456.14146.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 27 (10.94% from 255) = 7.24%
R=48.26%
G=44.50%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801662700.080.850.2954.5173.9140.59
HexB4A61B08551D374a29
Octal26424633010125356711251
Binary101101001010011011011010001010101111011101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A61B; }

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

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

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

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

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

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

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

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