#85AC1B

Color #85AC1B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #85AC1B

Tints of Limerick #85AC1B

Color information

#85AC1B (or 0x85AC1B) is unknown color: approx Limerick. HEX triplet: 85, AC and 1B. RGB value is (133,172,27). Sum of RGB (Red+Green+Blue) = 133+172+27=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC1B is #7A53E4. Grayscale: #909090. Windows color (decimal): -8016869 or 1813637. OLE color: 1813637.

HSL color Cylindrical-coordinate representation of color #85AC1B: hue angle of 76.14º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85AC1B is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB13317227-
CMYK0.2300.840.33
HSL76.14º72.86%39.02%-
HSV(B)76.14º84.3%67.45%-
XYZ24.6234.576.41-
YUV143.8162.08120.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=40.06%
G=51.81%
B=8.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172270.2300.840.3376.1472.8639.02
Hex85AC1B17054214c4927
Octal205254332701244111411147
Binary100001011010110011011101110101010010000110011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AC1B; }

 p { color: rgb(133,172,27); }

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

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

 a { background-color: rgb(133,172,27); }

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

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

 span { border-color: rgb(133,172,27); }

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