#85B73D

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

Shades of Limerick #85B73D

Tints of Limerick #85B73D

Color information

#85B73D (or 0x85B73D) is unknown color: approx Limerick. HEX triplet: 85, B7 and 3D. RGB value is (133,183,61). Sum of RGB (Red+Green+Blue) = 133+183+61=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #85B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B73D is #7A48C2. Grayscale: #9A9A9A. Windows color (decimal): -8014019 or 4044677. OLE color: 4044677.

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

Color convert

RGB13318361-
CMYK0.2700.670.28
HSL84.59º50%47.84%-
HSV(B)84.59º66.67%71.76%-
XYZ27.4539.1910.53-
YUV154.1475.44112.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=35.28%
G=48.54%
B=16.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133183610.2700.670.2884.595047.84
Hex85B73D1B0431C553230
Octal20526775330103341256260
Binary10000101101101111111011101101000011111001010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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