Html Css Color HEX #85AF36 Limerick

📋 copy color: '#85AF36'

red 133 ◦ green 175 ◦ blue 54

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

Shades of Limerick #85AF36

Tints of Limerick #85AF36

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 36.74%
G = 48.34%
B = 14.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#85AF36 (or 0x85AF36) is known color: Limerick. HEX triplet: 85, AF and 36. RGB value is (133,175,54). Sum of RGB (Red+Green+Blue) = 133+175+54=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF36 is #7A50C9. Grayscale: #959595. Windows color (decimal): -8016074 or 3583877. OLE color: 3583877.

HSL color Cylindrical-coordinate representation of color #85AF36: hue angle of 80.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85AF36 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 54 -
CMYK 0.24 0 0.69 0.31
HSL 80.83º 0.53% 0.45% -
HSV(B) 80.83º 0.69% 0.69% -
XYZ 25.67 35.91 9.07 -
YUV 148.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 133 175 54 0.24 0 0.69 0.31 80.83 0.53 0.45
Hex 85 AF 36 18 0 45 1F 51 35 2D
Octal 205 257 66 30 0 105 37 121 65 55
Binary 10000101 10101111 110110 11000 0 1000101 11111 1010001 110101 101101

Color Harmonies of #85AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF36

Black with #85AF36

Text Example


Text Example

White with #85AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,175,54); }

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

background-color css

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

 a { background-color: rgb(133,175,54); }

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

border-color css

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

 span { border-color: rgb(133,175,54); }

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