Html Css Color HEX #86AF39 Limerick

📋 copy color: '#86AF39'

red 134 ◦ green 175 ◦ blue 57

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

Shades of Limerick #86AF39

Tints of Limerick #86AF39

RGB

 RED value IS 134 (52.73% from 255) = 36.61%

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

 BLUE value IS 57 (22.66% from 255) = 15.57%

R = 36.61%
G = 47.81%
B = 15.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#86AF39 (or 0x86AF39) is known color: Limerick. HEX triplet: 86, AF and 39. RGB value is (134,175,57). Sum of RGB (Red+Green+Blue) = 134+175+57=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF39 is #7950C6. Grayscale: #959595. Windows color (decimal): -7950535 or 3780486. OLE color: 3780486.

HSL color Cylindrical-coordinate representation of color #86AF39: hue angle of 80.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86AF39 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 57 -
CMYK 0.23 0 0.67 0.31
HSL 80.85º 0.51% 0.45% -
HSV(B) 80.85º 0.67% 0.69% -
XYZ 25.9 36.02 9.46 -
YUV 149.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 134 175 57 0.23 0 0.67 0.31 80.85 0.51 0.45
Hex 86 AF 39 17 0 43 1F 51 33 2D
Octal 206 257 71 27 0 103 37 121 63 55
Binary 10000110 10101111 111001 10111 0 1000011 11111 1010001 110011 101101

Color Harmonies of #86AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF39

Black with #86AF39

Text Example


Text Example

White with #86AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AF39; }

 p { color: rgb(134,175,57); }

 H1.HeaderClassName
 {
   color: #86AF39;
 }
 .AnyTagClassName
 {
   color: #86AF39;
 }
</style>

background-color css

<style>
 a { background-color: #86AF39; }

 a { background-color: rgb(134,175,57); }

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

border-color css

<style>
 span { border-color: #86AF39; }

 span { border-color: rgb(134,175,57); }

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