#85B41B

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

Shades of Limerick #85B41B

Tints of Limerick #85B41B

Color information

#85B41B (or 0x85B41B) is unknown color: approx Limerick. HEX triplet: 85, B4 and 1B. RGB value is (133,180,27). Sum of RGB (Red+Green+Blue) = 133+180+27=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #85B41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B41B is #7A4BE4. Grayscale: #959595. Windows color (decimal): -8014821 or 1815685. OLE color: 1815685.

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

Color convert

RGB13318027-
CMYK0.2600.850.29
HSL78.43º73.91%40.59%-
HSV(B)78.43º85%70.59%-
XYZ26.1937.716.93-
YUV148.559.43116.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 27 (10.94% from 255) = 7.94%
R=39.12%
G=52.94%
B=7.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180270.2600.850.2978.4373.9140.59
Hex85B41B1A0551D4e4a29
Octal205264333201253511611251
Binary10000101101101001101111010010101011110110011101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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