#85B023

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

Shades of Limerick #85B023

Tints of Limerick #85B023

Color information

#85B023 (or 0x85B023) is unknown color: approx Limerick. HEX triplet: 85, B0 and 23. RGB value is (133,176,35). Sum of RGB (Red+Green+Blue) = 133+176+35=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #85B023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B023 is #7A4FDC. Grayscale: #939393. Windows color (decimal): -8015837 or 2338949. OLE color: 2338949.

HSL color Cylindrical-coordinate representation of color #85B023: hue angle of 78.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85B023 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB13317635-
CMYK0.2400.800.31
HSL78.3º66.82%41.37%-
HSV(B)78.3º80.11%69.02%-
XYZ25.536.167.23-
YUV147.0764.75117.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 35 (14.06% from 255) = 10.17%
R=38.66%
G=51.16%
B=10.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133176350.2400.800.3178.366.8241.37
Hex85B023180501F4e4329
Octal205260433001203711610351
Binary100001011011000010001111000010100001111110011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,35); }

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

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

 a { background-color: rgb(133,176,35); }

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

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

 span { border-color: rgb(133,176,35); }

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