Html Css Color HEX #85B31F Limerick

📋 copy color: '#85B31F'

red 133 ◦ green 179 ◦ blue 31

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

Shades of Limerick #85B31F

Tints of Limerick #85B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 31 (12.5% from 255) = 9.04%

R = 38.78%
G = 52.19%
B = 9.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#85B31F (or 0x85B31F) is known color: Limerick. HEX triplet: 85, B3 and 1F. RGB value is (133,179,31). Sum of RGB (Red+Green+Blue) = 133+179+31=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #85B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B31F is #7A4CE0. Grayscale: #949494. Windows color (decimal): -8015073 or 2077573. OLE color: 2077573.

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

Color convert

RGB 133 179 31 -
CMYK 0.26 0 0.83 0.30
HSL 78.65º 0.7% 0.41% -
HSV(B) 78.65º 0.83% 0.7% -
XYZ 26.04 37.33 7.13 -
YUV 148.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 133 179 31 0.26 0 0.83 0.30 78.65 0.7 0.41
Hex 85 B3 1F 1A 0 53 1E 4F 46 29
Octal 205 263 37 32 0 123 36 117 106 51
Binary 10000101 10110011 11111 11010 0 1010011 11110 1001111 1000110 101001

Color Harmonies of #85B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B31F

Black with #85B31F

Text Example


Text Example

White with #85B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,31); }

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

background-color css

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

 a { background-color: rgb(133,179,31); }

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

border-color css

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

 span { border-color: rgb(133,179,31); }

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