#B4A730

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

Shades of Earls Green #B4A730

Tints of Earls Green #B4A730

Color information

#B4A730 (or 0xB4A730) is unknown color: approx Earls Green. HEX triplet: B4, A7 and 30. RGB value is (180,167,48). Sum of RGB (Red+Green+Blue) = 180+167+48=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A730 is #4B58CF. Grayscale: #9D9D9D. Windows color (decimal): -4937936 or 3188660. OLE color: 3188660.

HSL color Cylindrical-coordinate representation of color #B4A730: hue angle of 54.09º 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 #B4A730 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18016748-
CMYK00.070.730.29
HSL54.09º57.89%44.71%-
HSV(B)54.09º73.33%70.59%-
XYZ33.1737.558.3-
YUV157.3266.31144.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=45.57%
G=42.28%
B=12.15%

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
Decimal1801674800.070.730.2954.0957.8944.71
HexB4A73007491D363a2d
Octal264247600711135667255
Binary10110100101001111100000111100100111101110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A730; }

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

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

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

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

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

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

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

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