#85B728

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

Shades of Limerick #85B728

Tints of Limerick #85B728

Color information

#85B728 (or 0x85B728) is unknown color: approx Limerick. HEX triplet: 85, B7 and 28. RGB value is (133,183,40). Sum of RGB (Red+Green+Blue) = 133+183+40=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #85B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B728 is #7A48D7. Grayscale: #989898. Windows color (decimal): -8014040 or 2668421. OLE color: 2668421.

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

Color convert

RGB13318340-
CMYK0.2700.780.28
HSL80.98º64.13%43.73%-
HSV(B)80.98º78.14%71.76%-
XYZ26.9939.018.11-
YUV151.7564.94114.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 183 (71.88% from 255) = 51.40%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=37.36%
G=51.40%
B=11.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133183400.2700.780.2880.9864.1343.73
Hex85B7281B04E1C51402c
Octal205267503301163412110054
Binary100001011011011110100011011010011101110010100011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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