#B0B42F

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

Shades of Earls Green #B0B42F

Tints of Earls Green #B0B42F

Color information

#B0B42F (or 0xB0B42F) is unknown color: approx Earls Green. HEX triplet: B0, B4 and 2F. RGB value is (176,180,47). Sum of RGB (Red+Green+Blue) = 176+180+47=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B42F is #4F4BD0. Grayscale: #A4A4A4. Windows color (decimal): -5196753 or 3126448. OLE color: 3126448.

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

Color convert

RGB17618047-
CMYK0.0200.740.29
HSL61.8º58.59%44.51%-
HSV(B)61.8º73.89%70.59%-
XYZ34.7442.088.98-
YUV163.6462.17136.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 47 (18.75% from 255) = 11.66%
R=43.67%
G=44.67%
B=11.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180470.0200.740.2961.858.5944.51
HexB0B42F204A1D3e3b2d
Octal260264572011235767355
Binary1011000010110100101111100100101011101111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B42F; }

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

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

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

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

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

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

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

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