#85B938

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

Shades of Limerick #85B938

Tints of Limerick #85B938

Color information

#85B938 (or 0x85B938) is unknown color: approx Limerick. HEX triplet: 85, B9 and 38. RGB value is (133,185,56). Sum of RGB (Red+Green+Blue) = 133+185+56=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #85B938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B938 is #7A46C7. Grayscale: #9B9B9B. Windows color (decimal): -8013512 or 3717509. OLE color: 3717509.

HSL color Cylindrical-coordinate representation of color #85B938: hue angle of 84.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85B938 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB13318556-
CMYK0.2800.700.27
HSL84.19º53.53%47.25%-
HSV(B)84.19º69.73%72.55%-
XYZ27.7439.979.99-
YUV154.7572.27112.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=35.56%
G=49.47%
B=14.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185560.2800.700.2784.1953.5347.25
Hex85B9381C0461B54362f
Octal20527170340106331246657
Binary10000101101110011110001110001000110110111010100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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