#85BC3B

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

Shades of Limerick #85BC3B

Tints of Limerick #85BC3B

Color information

#85BC3B (or 0x85BC3B) is unknown color: approx Limerick. HEX triplet: 85, BC and 3B. RGB value is (133,188,59). Sum of RGB (Red+Green+Blue) = 133+188+59=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC3B is #7A43C4. Grayscale: #9D9D9D. Windows color (decimal): -8012741 or 3914885. OLE color: 3914885.

HSL color Cylindrical-coordinate representation of color #85BC3B: hue angle of 85.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85BC3B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB13318859-
CMYK0.2900.690.26
HSL85.58º52.23%48.43%-
HSV(B)85.58º68.62%73.73%-
XYZ28.4541.2710.6-
YUV156.8572.78110.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 59 (23.44% from 255) = 15.53%
R=35%
G=49.47%
B=15.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133188590.2900.690.2685.5852.2348.43
Hex85BC3B1D0451A563430
Octal20527473350105321266460
Binary10000101101111001110111110101000101110101010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,188,59); }

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

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

 a { background-color: rgb(133,188,59); }

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

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

 span { border-color: rgb(133,188,59); }

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