Html Css Color HEX #86C321 Limerick

📋 copy color: '#86C321'

red 134 ◦ green 195 ◦ blue 33

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

Shades of Limerick #86C321

Tints of Limerick #86C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 37.02%
G = 53.87%
B = 9.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#86C321 (or 0x86C321) is known color: Limerick. HEX triplet: 86, C3 and 21. RGB value is (134,195,33). Sum of RGB (Red+Green+Blue) = 134+195+33=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #86C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C321 is #793CDE. Grayscale: #9E9E9E. Windows color (decimal): -7945439 or 2212742. OLE color: 2212742.

HSL color Cylindrical-coordinate representation of color #86C321: hue angle of 82.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86C321 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 33 -
CMYK 0.31 0 0.83 0.24
HSL 82.59º 0.71% 0.45% -
HSV(B) 82.59º 0.83% 0.76% -
XYZ 29.62 44.21 8.41 -
YUV 158.29 57.29 110.67 -
System Red Green Blue C M Y K H S L
Decimal 134 195 33 0.31 0 0.83 0.24 82.59 0.71 0.45
Hex 86 C3 21 1F 0 53 18 53 47 2D
Octal 206 303 41 37 0 123 30 123 107 55
Binary 10000110 11000011 100001 11111 0 1010011 11000 1010011 1000111 101101

Color Harmonies of #86C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C321

Black with #86C321

Text Example


Text Example

White with #86C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,195,33); }

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

background-color css

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

 a { background-color: rgb(134,195,33); }

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

border-color css

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

 span { border-color: rgb(134,195,33); }

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