#b4a12a

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

Shades of Earls Green #B4A12A

Tints of Earls Green #B4A12A

Color information

#B4A12A (or 0xB4A12A) is unknown color: approx Earls Green. HEX triplet: B4, A1 and 2A. RGB value is (180,161,42). Sum of RGB (Red+Green+Blue) = 180+161+42=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A12A is #4B5ED5. Grayscale: #999999. Windows color (decimal): -4939478 or 2793908. OLE color: 2793908.

HSL color Cylindrical-coordinate representation of color #B4A12A: hue angle of 51.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4A12A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18016142-
CMYK00.110.770.29
HSL51.74º62.16%43.53%-
HSV(B)51.74º76.67%70.59%-
XYZ31.9935.367.33-
YUV153.1265.29147.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=47.00%
G=42.04%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801614200.110.770.2951.7462.1643.53
HexB4A12A0B4D1D343e2c
Octal2642415201311535647654
Binary101101001010000110101001011100110111101110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4a12a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4a12a; }

 p { color: rgb(180,161,42); }

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

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

 a { background-color: rgb(180,161,42); }

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

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

 span { border-color: rgb(180,161,42); }

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