#85BA35

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

Shades of Limerick #85BA35

Tints of Limerick #85BA35

Color information

#85BA35 (or 0x85BA35) is unknown color: approx Limerick. HEX triplet: 85, BA and 35. RGB value is (133,186,53). Sum of RGB (Red+Green+Blue) = 133+186+53=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA35 is #7A45CA. Grayscale: #9B9B9B. Windows color (decimal): -8013259 or 3521157. OLE color: 3521157.

HSL color Cylindrical-coordinate representation of color #85BA35: hue angle of 83.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85BA35 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB13318653-
CMYK0.2800.720.27
HSL83.91º55.65%46.86%-
HSV(B)83.91º71.51%72.94%-
XYZ27.8740.369.69-
YUV154.9970.44112.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=35.75%
G=50%
B=14.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186530.2800.720.2783.9155.6546.86
Hex85BA351C0481B54382f
Octal20527265340110331247057
Binary10000101101110101101011110001001000110111010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,53); }

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

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

 a { background-color: rgb(133,186,53); }

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

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

 span { border-color: rgb(133,186,53); }

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