Html Css Color HEX #86AF26 Limerick

📋 copy color: '#86AF26'

red 134 ◦ green 175 ◦ blue 38

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

Shades of Limerick #86AF26

Tints of Limerick #86AF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.95%

R = 38.62%
G = 50.43%
B = 10.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#86AF26 (or 0x86AF26) is known color: Limerick. HEX triplet: 86, AF and 26. RGB value is (134,175,38). Sum of RGB (Red+Green+Blue) = 134+175+38=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF26 is #7950D9. Grayscale: #939393. Windows color (decimal): -7950554 or 2535302. OLE color: 2535302.

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

Color convert

RGB 134 175 38 -
CMYK 0.23 0 0.78 0.31
HSL 77.96º 0.64% 0.42% -
HSV(B) 77.96º 0.78% 0.69% -
XYZ 25.51 35.87 7.41 -
YUV 147.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 134 175 38 0.23 0 0.78 0.31 77.96 0.64 0.42
Hex 86 AF 26 17 0 4E 1F 4E 40 2A
Octal 206 257 46 27 0 116 37 116 100 52
Binary 10000110 10101111 100110 10111 0 1001110 11111 1001110 1000000 101010

Color Harmonies of #86AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF26

Black with #86AF26

Text Example


Text Example

White with #86AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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