Html Css Color HEX #85B431 Limerick

📋 copy color: '#85B431'

red 133 ◦ green 180 ◦ blue 49

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

Shades of Limerick #85B431

Tints of Limerick #85B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

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

R = 36.74%
G = 49.72%
B = 13.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#85B431 (or 0x85B431) is known color: Limerick. HEX triplet: 85, B4 and 31. RGB value is (133,180,49). Sum of RGB (Red+Green+Blue) = 133+180+49=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #85B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B431 is #7A4BCE. Grayscale: #979797. Windows color (decimal): -8014799 or 3257477. OLE color: 3257477.

HSL color Cylindrical-coordinate representation of color #85B431: hue angle of 81.53º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85B431 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 49 -
CMYK 0.26 0 0.73 0.29
HSL 81.53º 0.57% 0.45% -
HSV(B) 81.53º 0.73% 0.71% -
XYZ 26.55 37.85 8.81 -
YUV 151.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 133 180 49 0.26 0 0.73 0.29 81.53 0.57 0.45
Hex 85 B4 31 1A 0 49 1D 52 39 2D
Octal 205 264 61 32 0 111 35 122 71 55
Binary 10000101 10110100 110001 11010 0 1001001 11101 1010010 111001 101101

Color Harmonies of #85B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B431

Black with #85B431

Text Example


Text Example

White with #85B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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