#B2B42B

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

Shades of Earls Green #B2B42B

Tints of Earls Green #B2B42B

Color information

#B2B42B (or 0xB2B42B) is unknown color: approx Earls Green. HEX triplet: B2, B4 and 2B. RGB value is (178,180,43). Sum of RGB (Red+Green+Blue) = 178+180+43=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42B is #4D4BD4. Grayscale: #A4A4A4. Windows color (decimal): -5065685 or 2864306. OLE color: 2864306.

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

Color convert

RGB17818043-
CMYK0.0100.760.29
HSL60.88º61.43%43.73%-
HSV(B)60.88º76.11%70.59%-
XYZ35.1242.288.6-
YUV163.7859.84138.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 43 (17.19% from 255) = 10.72%
R=44.39%
G=44.89%
B=10.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180430.0100.760.2960.8861.4343.73
HexB2B42B104C1D3d3d2c
Octal262264531011435757554
Binary101100101011010010101110100110011101111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B42B; }

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

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

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

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

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

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

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

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