#B4B32B

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

Shades of Earls Green #B4B32B

Tints of Earls Green #B4B32B

Color information

#B4B32B (or 0xB4B32B) is unknown color: approx Earls Green. HEX triplet: B4, B3 and 2B. RGB value is (180,179,43). Sum of RGB (Red+Green+Blue) = 180+179+43=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B32B is #4B4CD4. Grayscale: #A4A4A4. Windows color (decimal): -4934869 or 2864052. OLE color: 2864052.

HSL color Cylindrical-coordinate representation of color #B4B32B: hue angle of 59.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4B32B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18017943-
CMYK00.010.760.29
HSL59.56º61.43%43.73%-
HSV(B)59.56º76.11%70.59%-
XYZ35.3842.128.55-
YUV163.7959.83139.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 43 (17.19% from 255) = 10.70%
R=44.78%
G=44.53%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801794300.010.760.2959.5661.4343.73
HexB4B32B014C1D3c3d2c
Octal264263530111435747554
Binary101101001011001110101101100110011101111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B32B; }

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

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

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

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

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

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

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

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