#B3AB0F

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

Shades of Earls Green #B3AB0F

Tints of Earls Green #B3AB0F

Color information

#B3AB0F (or 0xB3AB0F) is unknown color: approx Earls Green. HEX triplet: B3, AB and 0F. RGB value is (179,171,15). Sum of RGB (Red+Green+Blue) = 179+171+15=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AB0F is #4C54F0. Grayscale: #9C9C9C. Windows color (decimal): -5002481 or 1026995. OLE color: 1026995.

HSL color Cylindrical-coordinate representation of color #B3AB0F: hue angle of 57.07º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3AB0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17917115-
CMYK00.040.920.30
HSL57.07º84.54%38.04%-
HSV(B)57.07º91.62%70.2%-
XYZ33.2438.746.18-
YUV155.6148.65144.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 15 (6.25% from 255) = 4.11%
R=49.04%
G=46.85%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791711500.040.920.3057.0784.5438.04
HexB3ABF045C1E395526
Octal2632531704134367112546
Binary1011001110101011111101001011100111101110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB0F; }

 p { color: rgb(179,171,15); }

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

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

 a { background-color: rgb(179,171,15); }

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

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

 span { border-color: rgb(179,171,15); }

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