#B3B42B

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

Shades of Earls Green #B3B42B

Tints of Earls Green #B3B42B

Color information

#B3B42B (or 0xB3B42B) is unknown color: approx Earls Green. HEX triplet: B3, B4 and 2B. RGB value is (179,180,43). Sum of RGB (Red+Green+Blue) = 179+180+43=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B42B is #4C4BD4. Grayscale: #A4A4A4. Windows color (decimal): -5000149 or 2864307. OLE color: 2864307.

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

Color convert

RGB17918043-
CMYK0.0100.760.29
HSL60.44º61.43%43.73%-
HSV(B)60.44º76.11%70.59%-
XYZ35.3542.48.61-
YUV164.0859.67138.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 43 (17.19% from 255) = 10.70%
R=44.53%
G=44.78%
B=10.70%

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
Decimal179180430.0100.760.2960.4461.4343.73
HexB3B42B104C1D3c3d2c
Octal263264531011435747554
Binary101100111011010010101110100110011101111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B42B; }

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

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

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

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

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

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

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

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