#85B93D

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

Shades of Limerick #85B93D

Tints of Limerick #85B93D

Color information

#85B93D (or 0x85B93D) is unknown color: approx Limerick. HEX triplet: 85, B9 and 3D. RGB value is (133,185,61). Sum of RGB (Red+Green+Blue) = 133+185+61=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #85B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B93D is #7A46C2. Grayscale: #9B9B9B. Windows color (decimal): -8013507 or 4045189. OLE color: 4045189.

HSL color Cylindrical-coordinate representation of color #85B93D: hue angle of 85.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85B93D is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB13318561-
CMYK0.2800.670.27
HSL85.16º50.41%48.24%-
HSV(B)85.16º67.03%72.55%-
XYZ27.8640.0210.67-
YUV155.3274.77112.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=35.09%
G=48.81%
B=16.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185610.2800.670.2785.1650.4148.24
Hex85B93D1C0431B553230
Octal20527175340103331256260
Binary10000101101110011111011110001000011110111010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,61); }

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

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

 a { background-color: rgb(133,185,61); }

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

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

 span { border-color: rgb(133,185,61); }

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