#B2B42F

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

Shades of Earls Green #B2B42F

Tints of Earls Green #B2B42F

Color information

#B2B42F (or 0xB2B42F) is unknown color: approx Earls Green. HEX triplet: B2, B4 and 2F. RGB value is (178,180,47). Sum of RGB (Red+Green+Blue) = 178+180+47=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42F is #4D4BD0. Grayscale: #A4A4A4. Windows color (decimal): -5065681 or 3126450. OLE color: 3126450.

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

Color convert

RGB17818047-
CMYK0.0100.740.29
HSL60.9º58.59%44.51%-
HSV(B)60.9º73.89%70.59%-
XYZ35.1942.319-
YUV164.2461.84137.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 47 (18.75% from 255) = 11.60%
R=43.95%
G=44.44%
B=11.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180470.0100.740.2960.958.5944.51
HexB2B42F104A1D3d3b2d
Octal262264571011235757355
Binary101100101011010010111110100101011101111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B42F; }

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

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

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

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

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

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

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

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