#B4B531

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

Shades of Earls Green #B4B531

Tints of Earls Green #B4B531

Color information

#B4B531 (or 0xB4B531) is unknown color: approx Earls Green. HEX triplet: B4, B5 and 31. RGB value is (180,181,49). Sum of RGB (Red+Green+Blue) = 180+181+49=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B531 is #4B4ACE. Grayscale: #A6A6A6. Windows color (decimal): -4934351 or 3257780. OLE color: 3257780.

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

Color convert

RGB18018149-
CMYK0.0100.730.29
HSL60.45º57.39%45.1%-
HSV(B)60.45º72.93%70.98%-
XYZ35.942.979.31-
YUV165.6562.17138.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 49 (19.53% from 255) = 11.95%
R=43.90%
G=44.15%
B=11.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181490.0100.730.2960.4557.3945.1
HexB4B53110491D3c392d
Octal264265611011135747155
Binary101101001011010111000110100100111101111100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B531; }

 p { color: rgb(180,181,49); }

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

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

 a { background-color: rgb(180,181,49); }

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

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

 span { border-color: rgb(180,181,49); }

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