#85BD22

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

Shades of Limerick #85BD22

Tints of Limerick #85BD22

Color information

#85BD22 (or 0x85BD22) is unknown color: approx Limerick. HEX triplet: 85, BD and 22. RGB value is (133,189,34). Sum of RGB (Red+Green+Blue) = 133+189+34=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD22 is #7A42DD. Grayscale: #9B9B9B. Windows color (decimal): -8012510 or 2276741. OLE color: 2276741.

HSL color Cylindrical-coordinate representation of color #85BD22: hue angle of 81.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85BD22 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB13318934-
CMYK0.3000.820.26
HSL81.68º69.51%43.73%-
HSV(B)81.68º82.01%74.12%-
XYZ28.1641.58.04-
YUV154.5959.95112.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 189 (74.22% from 255) = 53.09%
BLUE value IS 34 (13.67% from 255) = 9.55%
R=37.36%
G=53.09%
B=9.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189340.3000.820.2681.6869.5143.73
Hex85BD221E0521A52462c
Octal205275423601223212210654
Binary100001011011110110001011110010100101101010100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,34); }

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

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

 a { background-color: rgb(133,189,34); }

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

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

 span { border-color: rgb(133,189,34); }

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