#B6AC30

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

Shades of Earls Green #B6AC30

Tints of Earls Green #B6AC30

Color information

#B6AC30 (or 0xB6AC30) is unknown color: approx Earls Green. HEX triplet: B6, AC and 30. RGB value is (182,172,48). Sum of RGB (Red+Green+Blue) = 182+172+48=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC30 is #4953CF. Grayscale: #A1A1A1. Windows color (decimal): -4805584 or 3189942. OLE color: 3189942.

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

Color convert

RGB18217248-
CMYK00.050.740.29
HSL55.52º58.26%45.1%-
HSV(B)55.52º73.63%71.37%-
XYZ34.5839.668.63-
YUV160.8564.31143.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 48 (19.14% from 255) = 11.94%
R=45.27%
G=42.79%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821724800.050.740.2955.5258.2645.1
HexB6AC30054A1D383a2d
Octal266254600511235707255
Binary10110110101011001100000101100101011101111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC30; }

 p { color: rgb(182,172,48); }

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

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

 a { background-color: rgb(182,172,48); }

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

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

 span { border-color: rgb(182,172,48); }

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