#85B43E

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

Shades of Limerick #85B43E

Tints of Limerick #85B43E

Color information

#85B43E (or 0x85B43E) is unknown color: approx Limerick. HEX triplet: 85, B4 and 3E. RGB value is (133,180,62). Sum of RGB (Red+Green+Blue) = 133+180+62=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #85B43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B43E is #7A4BC1. Grayscale: #989898. Windows color (decimal): -8014786 or 4109445. OLE color: 4109445.

HSL color Cylindrical-coordinate representation of color #85B43E: hue angle of 83.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B43E is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB13318062-
CMYK0.2600.660.29
HSL83.9º48.76%47.45%-
HSV(B)83.9º65.56%70.59%-
XYZ26.8637.9810.47-
YUV152.576.93114.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=35.47%
G=48%
B=16.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180620.2600.660.2983.948.7647.45
Hex85B43E1A0421D54312f
Octal20526476320102351246157
Binary10000101101101001111101101001000010111011010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,62); }

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

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

 a { background-color: rgb(133,180,62); }

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

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

 span { border-color: rgb(133,180,62); }

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