#85BA2E

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

Shades of Limerick #85BA2E

Tints of Limerick #85BA2E

Color information

#85BA2E (or 0x85BA2E) is unknown color: approx Limerick. HEX triplet: 85, BA and 2E. RGB value is (133,186,46). Sum of RGB (Red+Green+Blue) = 133+186+46=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA2E is #7A45D1. Grayscale: #9A9A9A. Windows color (decimal): -8013266 or 3062405. OLE color: 3062405.

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

Color convert

RGB13318646-
CMYK0.2800.750.27
HSL82.71º60.34%45.49%-
HSV(B)82.71º75.27%72.94%-
XYZ27.7240.38.9-
YUV154.1966.94112.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=36.44%
G=50.96%
B=12.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186460.2800.750.2782.7160.3445.49
Hex85BA2E1C04B1B533c2d
Octal20527256340113331237455
Binary10000101101110101011101110001001011110111010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,46); }

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

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

 a { background-color: rgb(133,186,46); }

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

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

 span { border-color: rgb(133,186,46); }

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