#B4B027

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

Shades of Earls Green #B4B027

Tints of Earls Green #B4B027

Color information

#B4B027 (or 0xB4B027) is unknown color: approx Earls Green. HEX triplet: B4, B0 and 27. RGB value is (180,176,39). Sum of RGB (Red+Green+Blue) = 180+176+39=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B027 is #4B4FD8. Grayscale: #A2A2A2. Windows color (decimal): -4935641 or 2601140. OLE color: 2601140.

HSL color Cylindrical-coordinate representation of color #B4B027: hue angle of 58.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4B027 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017639-
CMYK00.020.780.29
HSL58.3º64.38%42.94%-
HSV(B)58.3º78.33%70.59%-
XYZ34.7140.97.98-
YUV161.5858.83141.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=45.57%
G=44.56%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801763900.020.780.2958.364.3842.94
HexB4B027024E1D3a402b
Octal2642604702116357210053
Binary10110100101100001001110101001110111011110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B027; }

 p { color: rgb(180,176,39); }

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

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

 a { background-color: rgb(180,176,39); }

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

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

 span { border-color: rgb(180,176,39); }

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