#B4A328

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

Shades of Earls Green #B4A328

Tints of Earls Green #B4A328

Color information

#B4A328 (or 0xB4A328) is unknown color: approx Earls Green. HEX triplet: B4, A3 and 28. RGB value is (180,163,40). Sum of RGB (Red+Green+Blue) = 180+163+40=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A328 is #4B5CD7. Grayscale: #9A9A9A. Windows color (decimal): -4938968 or 2663348. OLE color: 2663348.

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

Color convert

RGB18016340-
CMYK00.090.780.29
HSL52.71º63.64%43.14%-
HSV(B)52.71º77.78%70.59%-
XYZ32.336.057.26-
YUV154.0663.63146.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 40 (16.02% from 255) = 10.44%
R=47.00%
G=42.56%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801634000.090.780.2952.7163.6443.14
HexB4A328094E1D35402b
Octal26424350011116356510053
Binary1011010010100011101000010011001110111011101011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A328; }

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

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

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

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

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

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

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

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