#85BE26

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

Shades of Limerick #85BE26

Tints of Limerick #85BE26

Color information

#85BE26 (or 0x85BE26) is unknown color: approx Limerick. HEX triplet: 85, BE and 26. RGB value is (133,190,38). Sum of RGB (Red+Green+Blue) = 133+190+38=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE26 is #7A41D9. Grayscale: #9C9C9C. Windows color (decimal): -8012250 or 2539141. OLE color: 2539141.

HSL color Cylindrical-coordinate representation of color #85BE26: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85BE26 is Cyan = 0.3, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB13319038-
CMYK0.300.80.25
HSL82.5º66.67%44.71%-
HSV(B)82.5º80%74.51%-
XYZ28.4441.958.43-
YUV155.6361.62111.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=36.84%
G=52.63%
B=10.53%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190380.300.80.2582.566.6744.71
Hex85BE261E0501952432d
Octal205276463601203112210355
Binary100001011011111010011011110010100001100110100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,38); }

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

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

 a { background-color: rgb(133,190,38); }

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

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

 span { border-color: rgb(133,190,38); }

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