Html Css Color HEX #85BA31 Limerick

📋 copy color: '#85BA31'

red 133 ◦ green 186 ◦ blue 49

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

Shades of Limerick #85BA31

Tints of Limerick #85BA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 36.14%
G = 50.54%
B = 13.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#85BA31 (or 0x85BA31) is known color: Limerick. HEX triplet: 85, BA and 31. RGB value is (133,186,49). Sum of RGB (Red+Green+Blue) = 133+186+49=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA31 is #7A45CE. Grayscale: #9B9B9B. Windows color (decimal): -8013263 or 3259013. OLE color: 3259013.

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

Color convert

RGB 133 186 49 -
CMYK 0.28 0 0.74 0.27
HSL 83.21º 0.58% 0.46% -
HSV(B) 83.21º 0.74% 0.73% -
XYZ 27.79 40.33 9.22 -
YUV 154.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 133 186 49 0.28 0 0.74 0.27 83.21 0.58 0.46
Hex 85 BA 31 1C 0 4A 1B 53 3A 2E
Octal 205 272 61 34 0 112 33 123 72 56
Binary 10000101 10111010 110001 11100 0 1001010 11011 1010011 111010 101110

Color Harmonies of #85BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA31

Black with #85BA31

Text Example


Text Example

White with #85BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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