#85B13C

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

Shades of Limerick #85B13C

Tints of Limerick #85B13C

Color information

#85B13C (or 0x85B13C) is unknown color: approx Limerick. HEX triplet: 85, B1 and 3C. RGB value is (133,177,60). Sum of RGB (Red+Green+Blue) = 133+177+60=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #85B13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B13C is #7A4EC3. Grayscale: #969696. Windows color (decimal): -8015556 or 3977605. OLE color: 3977605.

HSL color Cylindrical-coordinate representation of color #85B13C: hue angle of 82.56º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B13C is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB13317760-
CMYK0.2500.660.31
HSL82.56º49.37%46.47%-
HSV(B)82.56º66.1%69.41%-
XYZ26.2136.769.99-
YUV150.5176.92115.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=35.95%
G=47.84%
B=16.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133177600.2500.660.3182.5649.3746.47
Hex85B13C190421F53312e
Octal20526174310102371236156
Binary10000101101100011111001100101000010111111010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,177,60); }

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

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

 a { background-color: rgb(133,177,60); }

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

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

 span { border-color: rgb(133,177,60); }

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