#B3A81B

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

Shades of Earls Green #B3A81B

Tints of Earls Green #B3A81B

Color information

#B3A81B (or 0xB3A81B) is unknown color: approx Earls Green. HEX triplet: B3, A8 and 1B. RGB value is (179,168,27). Sum of RGB (Red+Green+Blue) = 179+168+27=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A81B is #4C57E4. Grayscale: #9B9B9B. Windows color (decimal): -5003237 or 1812659. OLE color: 1812659.

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

Color convert

RGB17916827-
CMYK00.060.850.30
HSL55.66º73.79%40.39%-
HSV(B)55.66º84.92%70.2%-
XYZ32.7937.676.58-
YUV155.2255.64144.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 27 (10.94% from 255) = 7.22%
R=47.86%
G=44.92%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791682700.060.850.3055.6673.7940.39
HexB3A81B06551E384a28
Octal2632503306125367011250
Binary10110011101010001101101101010101111101110001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A81B; }

 p { color: rgb(179,168,27); }

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

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

 a { background-color: rgb(179,168,27); }

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

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

 span { border-color: rgb(179,168,27); }

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