#85BB2E

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

Shades of Limerick #85BB2E

Tints of Limerick #85BB2E

Color information

#85BB2E (or 0x85BB2E) is unknown color: approx Limerick. HEX triplet: 85, BB and 2E. RGB value is (133,187,46). Sum of RGB (Red+Green+Blue) = 133+187+46=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB2E is #7A44D1. Grayscale: #9B9B9B. Windows color (decimal): -8013010 or 3062661. OLE color: 3062661.

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

Color convert

RGB13318746-
CMYK0.2900.750.27
HSL82.98º60.52%45.69%-
HSV(B)82.98º75.4%73.33%-
XYZ27.9440.728.97-
YUV154.7866.61112.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=36.34%
G=51.09%
B=12.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187460.2900.750.2782.9860.5245.69
Hex85BB2E1D04B1B533d2e
Octal20527356350113331237556
Binary10000101101110111011101110101001011110111010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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