#85B725

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

Shades of Limerick #85B725

Tints of Limerick #85B725

Color information

#85B725 (or 0x85B725) is unknown color: approx Limerick. HEX triplet: 85, B7 and 25. RGB value is (133,183,37). Sum of RGB (Red+Green+Blue) = 133+183+37=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #85B725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B725 is #7A48DA. Grayscale: #979797. Windows color (decimal): -8014043 or 2471813. OLE color: 2471813.

HSL color Cylindrical-coordinate representation of color #85B725: hue angle of 80.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85B725 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB13318337-
CMYK0.2700.800.28
HSL80.55º66.36%43.14%-
HSV(B)80.55º79.78%71.76%-
XYZ26.9438.997.86-
YUV151.4163.44114.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=37.68%
G=51.84%
B=10.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133183370.2700.800.2880.5566.3643.14
Hex85B7251B0501C51422b
Octal205267453301203412110253
Binary100001011011011110010111011010100001110010100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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