#B4B327

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

Shades of Earls Green #B4B327

Tints of Earls Green #B4B327

Color information

#B4B327 (or 0xB4B327) is unknown color: approx Earls Green. HEX triplet: B4, B3 and 27. RGB value is (180,179,39). Sum of RGB (Red+Green+Blue) = 180+179+39=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B327 is #4B4CD8. Grayscale: #A3A3A3. Windows color (decimal): -4934873 or 2601908. OLE color: 2601908.

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

Color convert

RGB18017939-
CMYK00.010.780.29
HSL59.57º64.38%42.94%-
HSV(B)59.57º78.33%70.59%-
XYZ35.3142.098.18-
YUV163.3457.83139.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 39 (15.62% from 255) = 9.80%
R=45.23%
G=44.97%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801793900.010.780.2959.5764.3842.94
HexB4B327014E1D3c402b
Octal2642634701116357410053
Binary1011010010110011100111011001110111011111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B327; }

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

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

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

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

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

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

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

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