#B0B42C

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

Shades of Earls Green #B0B42C

Tints of Earls Green #B0B42C

Color information

#B0B42C (or 0xB0B42C) is unknown color: approx Earls Green. HEX triplet: B0, B4 and 2C. RGB value is (176,180,44). Sum of RGB (Red+Green+Blue) = 176+180+44=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B42C is #4F4BD3. Grayscale: #A3A3A3. Windows color (decimal): -5196756 or 2929840. OLE color: 2929840.

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

Color convert

RGB17618044-
CMYK0.0200.760.29
HSL61.76º60.71%43.92%-
HSV(B)61.76º75.56%70.59%-
XYZ34.6842.058.67-
YUV163.360.67137.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 44 (17.58% from 255) = 11%
R=44%
G=45%
B=11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180440.0200.760.2961.7660.7143.92
HexB0B42C204C1D3e3d2c
Octal260264542011435767554
Binary1011000010110100101100100100110011101111110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B42C; }

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

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

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

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

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

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

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

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