Html Css Color HEX #85AC1F Limerick

📋 copy color: '#85AC1F'

red 133 ◦ green 172 ◦ blue 31

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

Shades of Limerick #85AC1F

Tints of Limerick #85AC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

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

R = 39.58%
G = 51.19%
B = 9.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#85AC1F (or 0x85AC1F) is known color: Limerick. HEX triplet: 85, AC and 1F. RGB value is (133,172,31). Sum of RGB (Red+Green+Blue) = 133+172+31=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC1F is #7A53E0. Grayscale: #909090. Windows color (decimal): -8016865 or 2075781. OLE color: 2075781.

HSL color Cylindrical-coordinate representation of color #85AC1F: hue angle of 76.6º 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 #85AC1F is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 31 -
CMYK 0.23 0 0.82 0.33
HSL 76.6º 0.69% 0.4% -
HSV(B) 76.6º 0.82% 0.67% -
XYZ 24.67 34.59 6.67 -
YUV 144.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 133 172 31 0.23 0 0.82 0.33 76.6 0.69 0.4
Hex 85 AC 1F 17 0 52 21 4D 45 28
Octal 205 254 37 27 0 122 41 115 105 50
Binary 10000101 10101100 11111 10111 0 1010010 100001 1001101 1000101 101000

Color Harmonies of #85AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC1F

Black with #85AC1F

Text Example


Text Example

White with #85AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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