#B4A830

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

Shades of Earls Green #B4A830

Tints of Earls Green #B4A830

Color information

#B4A830 (or 0xB4A830) is unknown color: approx Earls Green. HEX triplet: B4, A8 and 30. RGB value is (180,168,48). Sum of RGB (Red+Green+Blue) = 180+168+48=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A830 is #4B57CF. Grayscale: #9E9E9E. Windows color (decimal): -4937680 or 3188916. OLE color: 3188916.

HSL color Cylindrical-coordinate representation of color #B4A830: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4A830 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18016848-
CMYK00.070.730.29
HSL54.55º57.89%44.71%-
HSV(B)54.55º73.33%70.59%-
XYZ33.3637.928.36-
YUV157.9165.98143.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 48 (19.14% from 255) = 12.12%
R=45.45%
G=42.42%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801684800.070.730.2954.5557.8944.71
HexB4A83007491D373a2d
Octal264250600711135677255
Binary10110100101010001100000111100100111101110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A830; }

 p { color: rgb(180,168,48); }

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

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

 a { background-color: rgb(180,168,48); }

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

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

 span { border-color: rgb(180,168,48); }

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