Html Css Color HEX #85BA3F Limerick

📋 copy color: '#85BA3F'

red 133 ◦ green 186 ◦ blue 63

#85BA3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #85BA3F

Tints of Limerick #85BA3F

RGB

 RED value IS 133 (52.34% from 255) = 34.82%

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 63 (25% from 255) = 16.49%

R = 34.82%
G = 48.69%
B = 16.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#85BA3F (or 0x85BA3F) is known color: Limerick. HEX triplet: 85, BA and 3F. RGB value is (133,186,63). Sum of RGB (Red+Green+Blue) = 133+186+63=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA3F is #7A45C0. Grayscale: #9C9C9C. Windows color (decimal): -8013249 or 4176517. OLE color: 4176517.

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

Color convert

RGB 133 186 63 -
CMYK 0.28 0 0.66 0.27
HSL 85.85º 0.49% 0.49% -
HSV(B) 85.85º 0.66% 0.73% -
XYZ 28.13 40.46 11.03 -
YUV 156.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 133 186 63 0.28 0 0.66 0.27 85.85 0.49 0.49
Hex 85 BA 3F 1C 0 42 1B 56 31 31
Octal 205 272 77 34 0 102 33 126 61 61
Binary 10000101 10111010 111111 11100 0 1000010 11011 1010110 110001 110001

Color Harmonies of #85BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA3F

Black with #85BA3F

Text Example


Text Example

White with #85BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BA3F;
 }
 .AnyTagClassName
 {
   color: #85BA3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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