#B4A912

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

Shades of Earls Green #B4A912

Tints of Earls Green #B4A912

Color information

#B4A912 (or 0xB4A912) is unknown color: approx Earls Green. HEX triplet: B4, A9 and 12. RGB value is (180,169,18). Sum of RGB (Red+Green+Blue) = 180+169+18=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A912 is #4B56ED. Grayscale: #9B9B9B. Windows color (decimal): -4937454 or 1223092. OLE color: 1223092.

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

Color convert

RGB18016918-
CMYK00.060.90.29
HSL55.93º81.82%38.82%-
HSV(B)55.93º90%70.59%-
XYZ33.1238.126.19-
YUV155.0750.64145.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 18 (7.42% from 255) = 4.90%
R=49.05%
G=46.05%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801691800.060.90.2955.9381.8238.82
HexB4A912065A1D385227
Octal2642512206132357012247
Binary10110100101010011001001101011010111011110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A912; }

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

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

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

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

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

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

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

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