Html Css Color HEX #86B318 Limerick

📋 copy color: '#86B318'

red 134 ◦ green 179 ◦ blue 24

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

Shades of Limerick #86B318

Tints of Limerick #86B318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.12%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 39.76%
G = 53.12%
B = 7.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#86B318 (or 0x86B318) is known color: Limerick. HEX triplet: 86, B3 and 18. RGB value is (134,179,24). Sum of RGB (Red+Green+Blue) = 134+179+24=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #86B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B318 is #794CE7. Grayscale: #949494. Windows color (decimal): -7949544 or 1618822. OLE color: 1618822.

HSL color Cylindrical-coordinate representation of color #86B318: hue angle of 77.42º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86B318 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 24 -
CMYK 0.25 0 0.87 0.30
HSL 77.42º 0.76% 0.4% -
HSV(B) 77.42º 0.87% 0.7% -
XYZ 26.12 37.37 6.7 -
YUV 147.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 134 179 24 0.25 0 0.87 0.30 77.42 0.76 0.4
Hex 86 B3 18 19 0 57 1E 4D 4C 28
Octal 206 263 30 31 0 127 36 115 114 50
Binary 10000110 10110011 11000 11001 0 1010111 11110 1001101 1001100 101000

Color Harmonies of #86B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B318

Black with #86B318

Text Example


Text Example

White with #86B318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,24); }

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

background-color css

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

 a { background-color: rgb(134,179,24); }

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

border-color css

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

 span { border-color: rgb(134,179,24); }

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