#85B530

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

Shades of Limerick #85B530

Tints of Limerick #85B530

Color information

#85B530 (or 0x85B530) is unknown color: approx Limerick. HEX triplet: 85, B5 and 30. RGB value is (133,181,48). Sum of RGB (Red+Green+Blue) = 133+181+48=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #85B530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B530 is #7A4ACF. Grayscale: #979797. Windows color (decimal): -8014544 or 3192197. OLE color: 3192197.

HSL color Cylindrical-coordinate representation of color #85B530: hue angle of 81.65º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85B530 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB13318148-
CMYK0.2700.730.29
HSL81.65º58.08%44.9%-
HSV(B)81.65º73.48%70.98%-
XYZ26.7338.258.77-
YUV151.4969.6114.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 181 (71.09% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=36.74%
G=50%
B=13.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181480.2700.730.2981.6558.0844.9
Hex85B5301B0491D523a2d
Octal20526560330111351227255
Binary10000101101101011100001101101001001111011010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,181,48); }

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

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

 a { background-color: rgb(133,181,48); }

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

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

 span { border-color: rgb(133,181,48); }

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