#85B833

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

Shades of Limerick #85B833

Tints of Limerick #85B833

Color information

#85B833 (or 0x85B833) is unknown color: approx Limerick. HEX triplet: 85, B8 and 33. RGB value is (133,184,51). Sum of RGB (Red+Green+Blue) = 133+184+51=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #85B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B833 is #7A47CC. Grayscale: #9A9A9A. Windows color (decimal): -8013773 or 3389573. OLE color: 3389573.

HSL color Cylindrical-coordinate representation of color #85B833: hue angle of 83.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85B833 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB13318451-
CMYK0.2800.720.28
HSL83.01º56.6%46.08%-
HSV(B)83.01º72.28%72.16%-
XYZ27.4139.519.31-
YUV153.5970.1113.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 184 (72.27% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=36.14%
G=50%
B=13.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133184510.2800.720.2883.0156.646.08
Hex85B8331C0481C53392e
Octal20527063340110341237156
Binary10000101101110001100111110001001000111001010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,184,51); }

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

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

 a { background-color: rgb(133,184,51); }

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

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

 span { border-color: rgb(133,184,51); }

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