#B3B42E

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

Shades of Earls Green #B3B42E

Tints of Earls Green #B3B42E

Color information

#B3B42E (or 0xB3B42E) is unknown color: approx Earls Green. HEX triplet: B3, B4 and 2E. RGB value is (179,180,46). Sum of RGB (Red+Green+Blue) = 179+180+46=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B42E is #4C4BD1. Grayscale: #A4A4A4. Windows color (decimal): -5000146 or 3060915. OLE color: 3060915.

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

Color convert

RGB17918046-
CMYK0.0100.740.29
HSL60.45º59.29%44.31%-
HSV(B)60.45º74.44%70.59%-
XYZ35.442.428.91-
YUV164.4261.17138.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 11.36%
R=44.20%
G=44.44%
B=11.36%

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
Decimal179180460.0100.740.2960.4559.2944.31
HexB3B42E104A1D3c3b2c
Octal263264561011235747354
Binary101100111011010010111010100101011101111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B42E; }

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

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

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

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

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

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

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

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