#85BB33

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

Shades of Limerick #85BB33

Tints of Limerick #85BB33

Color information

#85BB33 (or 0x85BB33) is unknown color: approx Limerick. HEX triplet: 85, BB and 33. RGB value is (133,187,51). Sum of RGB (Red+Green+Blue) = 133+187+51=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB33 is #7A44CC. Grayscale: #9B9B9B. Windows color (decimal): -8013005 or 3390341. OLE color: 3390341.

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

Color convert

RGB13318751-
CMYK0.2900.730.27
HSL83.82º57.14%46.67%-
HSV(B)83.82º72.73%73.33%-
XYZ28.0440.779.52-
YUV155.3569.11112.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=35.85%
G=50.40%
B=13.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187510.2900.730.2783.8257.1446.67
Hex85BB331D0491B54392f
Octal20527363350111331247157
Binary10000101101110111100111110101001001110111010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,51); }

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

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

 a { background-color: rgb(133,187,51); }

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

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

 span { border-color: rgb(133,187,51); }

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