#B4A326

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

Shades of Earls Green #B4A326

Tints of Earls Green #B4A326

Color information

#B4A326 (or 0xB4A326) is unknown color: approx Earls Green. HEX triplet: B4, A3 and 26. RGB value is (180,163,38). Sum of RGB (Red+Green+Blue) = 180+163+38=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A326 is #4B5CD9. Grayscale: #9A9A9A. Windows color (decimal): -4938970 or 2532276. OLE color: 2532276.

HSL color Cylindrical-coordinate representation of color #B4A326: hue angle of 52.82º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4A326 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18016338-
CMYK00.090.790.29
HSL52.82º65.14%42.75%-
HSV(B)52.82º78.89%70.59%-
XYZ32.2736.047.09-
YUV153.8362.63146.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=47.24%
G=42.78%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801633800.090.790.2952.8265.1442.75
HexB4A326094F1D35412b
Octal26424346011117356510153
Binary1011010010100011100110010011001111111011101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A326; }

 p { color: rgb(180,163,38); }

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

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

 a { background-color: rgb(180,163,38); }

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

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

 span { border-color: rgb(180,163,38); }

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