#85B83D

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

Shades of Limerick #85B83D

Tints of Limerick #85B83D

Color information

#85B83D (or 0x85B83D) is unknown color: approx Limerick. HEX triplet: 85, B8 and 3D. RGB value is (133,184,61). Sum of RGB (Red+Green+Blue) = 133+184+61=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #85B83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B83D is #7A47C2. Grayscale: #9B9B9B. Windows color (decimal): -8013763 or 4044933. OLE color: 4044933.

HSL color Cylindrical-coordinate representation of color #85B83D: hue angle of 84.88º 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 #85B83D is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB13318461-
CMYK0.2800.670.28
HSL84.88º50.2%48.04%-
HSV(B)84.88º66.85%72.16%-
XYZ27.6639.610.6-
YUV154.7375.1112.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 184 (72.27% from 255) = 48.68%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=35.19%
G=48.68%
B=16.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133184610.2800.670.2884.8850.248.04
Hex85B83D1C0431C553230
Octal20527075340103341256260
Binary10000101101110001111011110001000011111001010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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