Html Css Color HEX #85AB1F Limerick

📋 copy color: '#85AB1F'

red 133 ◦ green 171 ◦ blue 31

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

Shades of Limerick #85AB1F

Tints of Limerick #85AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.04%

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

R = 39.7%
G = 51.04%
B = 9.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#85AB1F (or 0x85AB1F) is known color: Limerick. HEX triplet: 85, AB and 1F. RGB value is (133,171,31). Sum of RGB (Red+Green+Blue) = 133+171+31=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB1F is #7A54E0. Grayscale: #909090. Windows color (decimal): -8017121 or 2075525. OLE color: 2075525.

HSL color Cylindrical-coordinate representation of color #85AB1F: hue angle of 76.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85AB1F is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 31 -
CMYK 0.22 0 0.82 0.33
HSL 76.29º 0.69% 0.4% -
HSV(B) 76.29º 0.82% 0.67% -
XYZ 24.48 34.21 6.61 -
YUV 143.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 133 171 31 0.22 0 0.82 0.33 76.29 0.69 0.4
Hex 85 AB 1F 16 0 52 21 4C 45 28
Octal 205 253 37 26 0 122 41 114 105 50
Binary 10000101 10101011 11111 10110 0 1010010 100001 1001100 1000101 101000

Color Harmonies of #85AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB1F

Black with #85AB1F

Text Example


Text Example

White with #85AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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