#B3AC2D

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

Shades of Earls Green #B3AC2D

Tints of Earls Green #B3AC2D

Color information

#B3AC2D (or 0xB3AC2D) is unknown color: approx Earls Green. HEX triplet: B3, AC and 2D. RGB value is (179,172,45). Sum of RGB (Red+Green+Blue) = 179+172+45=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC2D is #4C53D2. Grayscale: #A0A0A0. Windows color (decimal): -5002195 or 2993331. OLE color: 2993331.

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

Color convert

RGB17917245-
CMYK00.040.750.30
HSL56.87º59.82%43.92%-
HSV(B)56.87º74.86%70.2%-
XYZ33.8239.288.28-
YUV159.6263.32141.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 45 (17.97% from 255) = 11.36%
R=45.20%
G=43.43%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791724500.040.750.3056.8759.8243.92
HexB3AC2D044B1E393c2c
Octal263254550411336717454
Binary10110011101011001011010100100101111110111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC2D; }

 p { color: rgb(179,172,45); }

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

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

 a { background-color: rgb(179,172,45); }

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

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

 span { border-color: rgb(179,172,45); }

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