#B4B130

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

Shades of Earls Green #B4B130

Tints of Earls Green #B4B130

Color information

#B4B130 (or 0xB4B130) is unknown color: approx Earls Green. HEX triplet: B4, B1 and 30. RGB value is (180,177,48). Sum of RGB (Red+Green+Blue) = 180+177+48=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B130 is #4B4ECF. Grayscale: #A3A3A3. Windows color (decimal): -4935376 or 3191220. OLE color: 3191220.

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

Color convert

RGB18017748-
CMYK00.020.730.29
HSL58.64º57.89%44.71%-
HSV(B)58.64º73.33%70.59%-
XYZ35.0841.368.93-
YUV163.1962.99139.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 48 (19.14% from 255) = 11.85%
R=44.44%
G=43.70%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801774800.020.730.2958.6457.8944.71
HexB4B13002491D3b3a2d
Octal264261600211135737255
Binary1011010010110001110000010100100111101111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B130; }

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

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

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

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

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

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

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

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