#B4A630

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

Shades of Earls Green #B4A630

Tints of Earls Green #B4A630

Color information

#B4A630 (or 0xB4A630) is unknown color: approx Earls Green. HEX triplet: B4, A6 and 30. RGB value is (180,166,48). Sum of RGB (Red+Green+Blue) = 180+166+48=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A630 is #4B59CF. Grayscale: #9D9D9D. Windows color (decimal): -4938192 or 3188404. OLE color: 3188404.

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

Color convert

RGB18016648-
CMYK00.080.730.29
HSL53.64º57.89%44.71%-
HSV(B)53.64º73.33%70.59%-
XYZ32.9937.198.24-
YUV156.7366.64144.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 48 (19.14% from 255) = 12.18%
R=45.69%
G=42.13%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801664800.080.730.2953.6457.8944.71
HexB4A63008491D363a2d
Octal2642466001011135667255
Binary101101001010011011000001000100100111101110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A630; }

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

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

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

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

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

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

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

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